|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEventNotifier
The event notifier interface
| Method Summary | |
|---|---|
void |
addListener(IEventListener listener)
Add a listener to this notifier |
java.util.List<EventType> |
getEventTypes()
Gives the list of event type used in the notifier |
void |
removeListener(IEventListener listener)
Remove the listener of the notifier |
| Method Detail |
|---|
java.util.List<EventType> getEventTypes()
void addListener(IEventListener listener)
listener - void removeListener(IEventListener listener)
listener -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||