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