|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface to be implemented by objects that can manage a number of ApplicationListeners, and publish events to them.
Method Summary | |
void |
addApplicationListener(ApplicationListener listener)
Add a listener to be notified of all events. |
void |
multicastEvent(ApplicationEvent event)
Multicast the given application event to appropriate listeners. |
void |
removeAllListeners()
Remove all listeners registered with this multicaster. |
void |
removeApplicationListener(ApplicationListener listener)
Remove a listener from the notification list. |
Method Detail |
public void addApplicationListener(ApplicationListener listener)
listener
- the listener to addpublic void removeApplicationListener(ApplicationListener listener)
listener
- the listener to removepublic void removeAllListeners()
public void multicastEvent(ApplicationEvent event)
event
- the event to multicast
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |