Package jmri.jmrix.bidib.tcpserver
Class TcpServerAction
- java.lang.Object
-
- javax.swing.AbstractAction
-
- jmri.jmrix.bidib.tcpserver.TcpServerAction
-
- All Implemented Interfaces:
java.awt.event.ActionListener
,java.io.Serializable
,java.lang.Cloneable
,java.util.EventListener
,javax.swing.Action
public class TcpServerAction extends javax.swing.AbstractAction
This class implements the GUI releated functions for the TCP server. It is generated by the BiDiB Menu and used for actions from the menu. The real work is delegated to the TcpSerer.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.ResourceBundle
rb
-
Constructor Summary
Constructors Constructor Description TcpServerAction()
TcpServerAction(BiDiBSystemConnectionMemo memo, java.lang.String enable, java.lang.String disable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
actionPerformed(java.awt.event.ActionEvent e)
-
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
-
-
-
Field Detail
-
rb
final java.util.ResourceBundle rb
-
-
Constructor Detail
-
TcpServerAction
public TcpServerAction()
-
TcpServerAction
public TcpServerAction(BiDiBSystemConnectionMemo memo, java.lang.String enable, java.lang.String disable)
-
-
Method Detail
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
-
-