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)
INotificationListenerhandleEvent in interface INotificationListenerevent - The event object giving detail information about the context.