com.sptci.rwt.webui
Class ConnectionDialogue.DatabaseTypeListener
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionDialogue.DatabaseTypeListener
protected ConnectionDialogue.DatabaseTypeListener()
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.