|
Version: 1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NotificationListener
The listener interface for receiving notification events. The class that is interested in processing a notification event implements this interface, and the object created with that class is registered with a component, using the component's 'addNotificationListener' method (here, a component is any class that plans to fire notification events). When the notification event occurs, that object's 'notified' method is invoked.
| Method Summary | |
|---|---|
void |
notified(NotificationEvent event)
Invoked when a notification arrives. |
| Method Detail |
|---|
void notified(NotificationEvent event)
|
Version: 1.1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||