android.os
Class RemoteCallbackList<E extends IInterface>

java.lang.Object
  extended by android.os.RemoteCallbackList<E>

public class RemoteCallbackList<E extends IInterface>
extends Object


Constructor Summary
RemoteCallbackList()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCallbackList

public RemoteCallbackList()
Method Detail

register

public boolean register(E callback)

register

public boolean register(E callback,
                        Object cookie)

unregister

public boolean unregister(E callback)

kill

public void kill()

onCallbackDied

public void onCallbackDied(E callback)

onCallbackDied

public void onCallbackDied(E callback,
                           Object cookie)

beginBroadcast

public int beginBroadcast()

getBroadcastItem

public E getBroadcastItem(int index)

getBroadcastCookie

public Object getBroadcastCookie(int index)

finishBroadcast

public void finishBroadcast()


Copyright © 2008-2012. All Rights Reserved.