|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INotificationListener
Called to inform a listener about an event occurrence.
INotificationListener may be attached via
INotificationSupport.addNotificationListener
to express
interest in a special type of events. To end notification, the listener is
detached via INotificationSupport.removeNotificationListener
Method Summary | |
---|---|
void |
handleEvent(Event event)
Called when an event occurs. |
Method Detail |
---|
void handleEvent(Event event)
event
- The event object giving detail information about the context.
|
intarsys runtime library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |