insensa.test
Class ImplActionViewListener

java.lang.Object
  extended by insensa.test.AbstractActionViewListener
      extended by insensa.test.ImplActionViewListener
All Implemented Interfaces:
IActionViewListener, java.awt.event.ActionListener, java.util.EventListener

public class ImplActionViewListener
extends AbstractActionViewListener

Author:
dennis

Field Summary
 
Fields inherited from class insensa.test.AbstractActionViewListener
insensaDialog
 
Constructor Summary
ImplActionViewListener(AbstractInsensaDialog insensaDialog)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
 
Methods inherited from class insensa.test.AbstractActionViewListener
getInsensaDialog, setInsensaDialog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplActionViewListener

public ImplActionViewListener(AbstractInsensaDialog insensaDialog)
Parameters:
view -
model -
settingsDialog -
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
See Also:
ActionListener.actionPerformed(java.awt.event.ActionEvent)