|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.tools.event.AttributeChangeListener
public abstract class AttributeChangeListener
A convenience implementation for listening to attribute change events.
Constructor Summary | |
---|---|
AttributeChangeListener(java.lang.Object attribute)
|
Method Summary | |
---|---|
abstract void |
handleAttributeChange(AttributeChangedEvent event)
|
void |
handleEvent(Event event)
Called when an event occurs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeChangeListener(java.lang.Object attribute)
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |