|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CollectionEventSource
Defines functionality for collections that act as the source of collection events.
In order to receive and handle these events, a class must implement
CollectionListener or one of its derived interfaces, and register as
a listener with the implementor of this interface.
| Method Summary | ||
|---|---|---|
void |
addCollectionListener(Object listener)
Registers a listener to receive collection events. |
|
void |
removeCollectionListener(Object listener)
Removes a listener object from the list of those receiving events. |
|
| Method Detail |
|---|
void addCollectionListener(Object listener)
listener - Object to register as a listener which must implement
CollectionListener or one of its derived interfaces.void removeCollectionListener(Object listener)
listener - Listener to remove.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal