android.os
Class RegistrantList
java.lang.Object
android.os.RegistrantList
public class RegistrantList
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
registrants
ArrayList registrants
RegistrantList
public RegistrantList()
add
public void add(Handler h,
int what,
Object obj)
addUnique
public void addUnique(Handler h,
int what,
Object obj)
add
public void add(Registrant r)
removeCleared
public void removeCleared()
size
public int size()
get
public Object get(int index)
notifyRegistrants
public void notifyRegistrants()
notifyException
public void notifyException(Throwable exception)
notifyResult
public void notifyResult(Object result)
notifyRegistrants
public void notifyRegistrants(AsyncResult ar)
remove
public void remove(Handler h)
Please submit a feedback, bug or feature