SPT RWT Application API

com.sptci.rwt.webui
Class ConnectionDialogue.CancelListener

java.lang.Object
  extended by 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

Constructor Summary
protected ConnectionDialogue.CancelListener()
           
 
Method Summary
 void actionPerformed(ActionEvent event)
          The action listener implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionDialogue.CancelListener

protected ConnectionDialogue.CancelListener()
Method Detail

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.

SPT RWT Application API