com.sptci.echo2
Class Confirmation.ConfirmationListener

java.lang.Object
  extended by com.sptci.echo2.Confirmation.ConfirmationListener
All Implemented Interfaces:
Serializable, EventListener, ActionListener
Enclosing class:
Confirmation

 class Confirmation.ConfirmationListener
extends Object
implements ActionListener

The action listener for the buttons in the confirmation dialogue.


Constructor Summary
Confirmation.ConfirmationListener()
           
 
Method Summary
 void actionPerformed(ActionEvent event)
          Implementation of the action listener interface method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Confirmation.ConfirmationListener

Confirmation.ConfirmationListener()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
Implementation of the action listener interface method.

Specified by:
actionPerformed in interface ActionListener