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

RemoteCallbackList

public class RemoteCallbackList extends Object

Fields Summary
Constructors Summary
public RemoteCallbackList()

 throw new RuntimeException("Stub!"); 
Methods Summary
public intbeginBroadcast()

 throw new RuntimeException("Stub!"); 
public voidfinishBroadcast()

 throw new RuntimeException("Stub!"); 
public java.lang.ObjectgetBroadcastCookie(int index)

 throw new RuntimeException("Stub!"); 
public EgetBroadcastItem(int index)

 throw new RuntimeException("Stub!"); 
public intgetRegisteredCallbackCount()

 throw new RuntimeException("Stub!"); 
public voidkill()

 throw new RuntimeException("Stub!"); 
public voidonCallbackDied(E callback)

 throw new RuntimeException("Stub!"); 
public voidonCallbackDied(E callback, java.lang.Object cookie)

 throw new RuntimeException("Stub!"); 
public booleanregister(E callback)

 throw new RuntimeException("Stub!"); 
public booleanregister(E callback, java.lang.Object cookie)

 throw new RuntimeException("Stub!"); 
public booleanunregister(E callback)

 throw new RuntimeException("Stub!");