|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Subinterface of ApplicationListener to be implemented by listeners that can broadcast events to other listeners.
| Method Summary | |
void |
addApplicationListener(ApplicationListener listener)
Add a listener to be notified of all events |
void |
removeAllListeners()
Remove all listeners registered with this multicaster. |
void |
removeApplicationListener(ApplicationListener listener)
Remove a listener in the notification list] |
| Methods inherited from interface org.springframework.context.ApplicationListener |
onApplicationEvent |
| Method Detail |
public void addApplicationListener(ApplicationListener listener)
listener - listener to addpublic void removeApplicationListener(ApplicationListener listener)
listener - listener to removepublic void removeAllListeners()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||