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 voidfinal voidhandleEvent(Event event) Called when an event occurs.
-
Constructor Details
-
AttributeChangeListener
-
-
Method Details
-
handleAttributeChange
-
handleEvent
Description copied from interface:INotificationListenerCalled when an event occurs.- Specified by:
handleEventin interfaceINotificationListener- Parameters:
event- The event object giving detail information about the context.
-