org.jminor.framework.client.model.event
Class UpdateListener
java.lang.Object
org.jminor.framework.client.model.event.UpdateListener
- All Implemented Interfaces:
- ActionListener, EventListener
public abstract class UpdateListener
- extends Object
- implements ActionListener
A listener for update events.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateListener
public UpdateListener()
actionPerformed
public final void actionPerformed(ActionEvent e)
-
- Specified by:
actionPerformed
in interface ActionListener
updated
protected abstract void updated(UpdateEvent event)
- Handles the given update event
- Parameters:
event
- the event to handle