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
 
Constructor Summary
Error.OKAction(JDialog dialog)
          Constructor for the OKAction object
 
Method Summary
 void actionPerformed(ActionEvent e)
          Description of the Method
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

dialog

JDialog dialog
Description of the Field
Constructor Detail

Error.OKAction

public Error.OKAction(JDialog dialog)
Constructor for the OKAction object
Parameters:
dialog - Description of Parameter
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Description of the Method
Specified by:
actionPerformed in interface ActionListener
Parameters:
e - Description of Parameter