com.sptci.echo2
Class Confirmation.ConfirmationListener
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Confirmation.ConfirmationListener
Confirmation.ConfirmationListener()
actionPerformed
public void actionPerformed(ActionEvent event)
- Implementation of the action listener interface method.
- Specified by:
actionPerformed in interface ActionListener