de.intarsys.tools.event
public abstract class AttributeChangeListener extends java.lang.Object implements INotificationListener
Constructor and Description |
---|
AttributeChangeListener(java.lang.Object attribute) |
Modifier and Type | Method and Description |
---|---|
abstract void |
handleAttributeChange(AttributeChangedEvent event) |
void |
handleEvent(Event event)
Called when an event occurs.
|
public AttributeChangeListener(java.lang.Object attribute)
public abstract void handleAttributeChange(AttributeChangedEvent event)
public final void handleEvent(Event event)
INotificationListener
handleEvent
in interface INotificationListener
event
- The event object giving detail information about the context.