com.sptci.rwt.webui
Class ConnectionDialogue.CancelListener
java.lang.Object
com.sptci.rwt.webui.ConnectionDialogue.CancelListener
- All Implemented Interfaces:
- Serializable, EventListener, ActionListener
- Enclosing class:
- ConnectionDialogue
protected class ConnectionDialogue.CancelListener
- extends Object
- implements ActionListener
The ActionListener that cancels
(closes) this connection dialogue.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionDialogue.CancelListener
protected ConnectionDialogue.CancelListener()
actionPerformed
public void actionPerformed(ActionEvent event)
- The action listener implementation. Closes this dialogue.
- Specified by:
actionPerformed in interface ActionListener
- Parameters:
event - The event that was triggered.