public class RegistrantList extends Object
Constructor and Description |
---|
RegistrantList() |
Modifier and Type | Method and Description |
---|---|
void |
add(Handler h,
int what,
Object obj) |
void |
add(Registrant r) |
void |
addUnique(Handler h,
int what,
Object obj) |
Object |
get(int index) |
void |
notifyException(Throwable exception) |
void |
notifyRegistrants() |
void |
notifyRegistrants(AsyncResult ar) |
void |
notifyResult(Object result) |
void |
remove(Handler h) |
void |
removeCleared() |
int |
size() |
public void add(Registrant r)
public void removeCleared()
public int size()
public Object get(int index)
public void notifyRegistrants()
public void notifyException(Throwable exception)
public void notifyResult(Object result)
public void notifyRegistrants(AsyncResult ar)
public void remove(Handler h)