Package jmri.jmrix.bidib.netbidib
Class NetBiDiBLogonAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrix.bidib.netbidib.NetBiDiBLogonAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class NetBiDiBLogonAction extends javax.swing.AbstractAction
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetBiDiBLogonAction()NetBiDiBLogonAction(BiDiBSystemConnectionMemo memo, java.lang.String logon, java.lang.String logoff)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)Implementing ActionListener Called when: - the menu entry was activated - the traffic controller signals a change of the connection-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Constructor Detail
-
NetBiDiBLogonAction
public NetBiDiBLogonAction()
-
NetBiDiBLogonAction
public NetBiDiBLogonAction(BiDiBSystemConnectionMemo memo, java.lang.String logon, java.lang.String logoff)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
Implementing ActionListener Called when: - the menu entry was activated - the traffic controller signals a change of the connection- Parameters:
e- - Action event
-
-