Package de.intarsys.tools.event
Class AttributeChangeListener
java.lang.Object
de.intarsys.tools.event.AttributeChangeListener
- All Implemented Interfaces:
INotificationListener
,EventListener
A convenience implementation for listening to attribute change events.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract void
final void
handleEvent
(Event event) Called when an event occurs.
-
Constructor Details
-
AttributeChangeListener
-
-
Method Details
-
handleAttributeChange
-
handleEvent
Description copied from interface:INotificationListener
Called when an event occurs.- Specified by:
handleEvent
in interfaceINotificationListener
- Parameters:
event
- The event object giving detail information about the context.
-