@Implements(value=android.os.RemoteCallbackList.class) public class ShadowRemoteCallbackList<E extends IInterface> extends Object
Constructor and Description |
---|
ShadowRemoteCallbackList() |
Modifier and Type | Method and Description |
---|---|
protected int |
beginBroadcast() |
protected void |
finishBroadcast() |
protected Object |
getBroadcastCookie(int index) |
protected E |
getBroadcastItem(int index) |
protected void |
kill() |
protected void |
onCallbackDied(E callback) |
protected void |
onCallbackDied(E callback,
Object cookie) |
protected boolean |
register(E callback) |
protected boolean |
register(E callback,
Object cookie) |
protected boolean |
unregister(E callback) |
@Implementation protected boolean register(E callback)
@Implementation protected boolean register(E callback, Object cookie)
@Implementation protected boolean unregister(E callback)
@Implementation protected void kill()
@Implementation protected void onCallbackDied(E callback)
@Implementation protected void onCallbackDied(E callback, Object cookie)
@Implementation protected int beginBroadcast()
@Implementation protected E getBroadcastItem(int index)
@Implementation protected Object getBroadcastCookie(int index)
@Implementation protected void finishBroadcast()