SPT RWT Application API

com.sptci.rwt.webui
Class ConnectionDialogue.DatabaseTypeListener

java.lang.Object
  extended by com.sptci.rwt.webui.ConnectionDialogue.DatabaseTypeListener
All Implemented Interfaces:
Serializable, EventListener, ActionListener
Enclosing class:
ConnectionDialogue

protected class ConnectionDialogue.DatabaseTypeListener
extends Object
implements ActionListener

The ActionListener that updates ConnectionDialogue.port depending upon the selections made in ConnectionDialogue.databaseType.

See Also:
Serialized Form

Constructor Summary
protected ConnectionDialogue.DatabaseTypeListener()
           
 
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.DatabaseTypeListener

protected ConnectionDialogue.DatabaseTypeListener()
Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
The action listener implementation. Updates the port value to the default value for the selected database type.

Specified by:
actionPerformed in interface ActionListener
Parameters:
event - The event that was triggered.

SPT RWT Application API