|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A container for event listeners. Implementations should cater to only one type of listeners.
Method Summary | |
void |
addListener(java.lang.Object listener)
Add a listener to this container. |
boolean |
isEmpty()
Get wether this container is empty or not. |
boolean |
removeListener(java.lang.Object listener)
Remove a listener from this container. |
Method Detail |
public void addListener(java.lang.Object listener)
listener
- the listener to add.public boolean removeListener(java.lang.Object listener)
listener
- the listener to be removed.
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |