Package jmri.jmrix.bidib.netbidib
Class NetBiDiBLogonAction
java.lang.Object
javax.swing.AbstractAction
jmri.jmrix.bidib.netbidib.NetBiDiBLogonAction
- All Implemented Interfaces:
ActionListener,Serializable,Cloneable,EventListener,Action
This class is generated by the BiDiB Menu and used for actions from the menu.
The real work is delegated to the traffic controller.
- See Also:
-
Field Summary
Fields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
ConstructorsConstructorDescriptionNetBiDiBLogonAction(BiDiBSystemConnectionMemo memo, String logon, String logoff) -
Method Summary
Modifier and TypeMethodDescriptionvoidImplementing ActionListener Called when: - the menu entry was activated - the traffic controller signals a change of the connectionMethods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Constructor Details
-
NetBiDiBLogonAction
public NetBiDiBLogonAction() -
NetBiDiBLogonAction
-
-
Method Details
-
actionPerformed
Implementing ActionListener Called when: - the menu entry was activated - the traffic controller signals a change of the connection- Parameters:
e- - Action event
-