org.jminor.framework.client.model.event
Class InsertListener

java.lang.Object
  extended by 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.


Constructor Summary
InsertListener()
           
 
Method Summary
 void actionPerformed(ActionEvent e)
          
protected abstract  void inserted(InsertEvent event)
          Handles the given insert event
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InsertListener

public InsertListener()
Method Detail

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