public class RemoteCallbackList<E extends IInterface> extends Object
| Constructor and Description |
|---|
RemoteCallbackList() |
| Modifier and Type | Method and Description |
|---|---|
int |
beginBroadcast() |
void |
finishBroadcast() |
Object |
getBroadcastCookie(int index) |
E |
getBroadcastItem(int index) |
void |
kill() |
void |
onCallbackDied(E callback) |
void |
onCallbackDied(E callback,
Object cookie) |
boolean |
register(E callback) |
boolean |
register(E callback,
Object cookie) |
boolean |
unregister(E callback) |
public boolean register(E callback)
public boolean unregister(E callback)
public void kill()
public void onCallbackDied(E callback)
public int beginBroadcast()
public E getBroadcastItem(int index)
public Object getBroadcastCookie(int index)
public void finishBroadcast()
Copyright © 2008-2013. All Rights Reserved.