Package de.intarsys.tools.event
Class AttributeChangeListener
- java.lang.Object
-
- de.intarsys.tools.event.AttributeChangeListener
-
- All Implemented Interfaces:
INotificationListener,java.util.EventListener
public abstract class AttributeChangeListener extends java.lang.Object implements INotificationListener
A convenience implementation for listening to attribute change events.
-
-
Constructor Summary
Constructors Constructor Description AttributeChangeListener(java.lang.Object attribute)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidhandleAttributeChange(AttributeChangedEvent event)voidhandleEvent(Event event)Called when an event occurs.
-
-
-
Method Detail
-
handleAttributeChange
public abstract void handleAttributeChange(AttributeChangedEvent event)
-
handleEvent
public final void handleEvent(Event event)
Description copied from interface:INotificationListenerCalled when an event occurs.- Specified by:
handleEventin interfaceINotificationListener- Parameters:
event- The event object giving detail information about the context.
-
-