FileDocCategorySizeDatePackage
RemoteCallbackList.javaAPI DocAndroid 5.1 API1067Sat Mar 14 14:09:40 GMT 2015android.os

RemoteCallbackList.java

package android.os;
public class RemoteCallbackList<E extends android.os.IInterface>
{
public  RemoteCallbackList() { throw new RuntimeException("Stub!"); }
public  boolean register(E callback) { throw new RuntimeException("Stub!"); }
public  boolean register(E callback, java.lang.Object cookie) { throw new RuntimeException("Stub!"); }
public  boolean unregister(E callback) { throw new RuntimeException("Stub!"); }
public  void kill() { throw new RuntimeException("Stub!"); }
public  void onCallbackDied(E callback) { throw new RuntimeException("Stub!"); }
public  void onCallbackDied(E callback, java.lang.Object cookie) { throw new RuntimeException("Stub!"); }
public  int beginBroadcast() { throw new RuntimeException("Stub!"); }
public  E getBroadcastItem(int index) { throw new RuntimeException("Stub!"); }
public  java.lang.Object getBroadcastCookie(int index) { throw new RuntimeException("Stub!"); }
public  void finishBroadcast() { throw new RuntimeException("Stub!"); }
public  int getRegisteredCallbackCount() { throw new RuntimeException("Stub!"); }
}