|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class implementing this interface provide a minimum set of methods to support the addition and removal of listener.
Method Summary | |
boolean |
add(ProActiveListener listener)
Adds the given listener |
boolean |
contains(ProActiveListener listener)
Returns true if listener is a listener contained in the list. |
boolean |
isEmpty()
Returns true if no listener is in the list. |
java.util.Iterator |
iterator()
Returns an iterator on the listeners of the list |
boolean |
remove(ProActiveListener listener)
Removes the given listener |
int |
size()
Returns the number of listeners in the list. |
Method Detail |
public boolean isEmpty()
public int size()
public boolean contains(ProActiveListener listener)
listener
is a listener contained in the list.
listener
is a listener contained in the list.public boolean add(ProActiveListener listener)
public boolean remove(ProActiveListener listener)
public java.util.Iterator iterator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |