gecco.client.dialogs
Class Error.OKAction
java.lang.Object
|
+--gecco.client.dialogs.Error.OKAction
- All Implemented Interfaces:
- ActionListener, EventListener
- Enclosing class:
- Error
- static class Error.OKAction
- extends Object
- implements ActionListener
ActionListener that closes the given dialog when the action is
performed.
- Author:
- d98-kha
Field Summary |
(package private) JDialog |
dialog
Description of the Field |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
dialog
JDialog dialog
- Description of the Field
Error.OKAction
public Error.OKAction(JDialog dialog)
- Constructor for the OKAction object
- Parameters:
dialog
- Description of Parameter
actionPerformed
public void actionPerformed(ActionEvent e)
- Description of the Method
- Specified by:
actionPerformed
in interface ActionListener
- Parameters:
e
- Description of Parameter