Package de.intarsys.tools.event
Interface INotificationListener
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
AttributeChangeListener
,EventDispatcher
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
-
Method Details
-
handleEvent
Called when an event occurs.- Parameters:
event
- The event object giving detail information about the context.
-