de.intarsys.tools.event
Class AttributeChangeListener
java.lang.Object
de.intarsys.tools.event.AttributeChangeListener
- All Implemented Interfaces:
- INotificationListener, EventListener
public abstract class AttributeChangeListener
- extends Object
- implements INotificationListener
A convenience implementation for listening to attribute change events.
AttributeChangeListener
public AttributeChangeListener(Object attribute)
handleAttributeChange
public abstract void handleAttributeChange(AttributeChangedEvent event)
handleEvent
public final void handleEvent(Event event)
- Description copied from interface:
INotificationListener
- Called when an event occurs.
- Specified by:
handleEvent
in interface INotificationListener
- Parameters:
event
- The event object giving detail information about the context.
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.