Class TcpServerAction

java.lang.Object
javax.swing.AbstractAction
jmri.jmrix.bidib.tcpserver.TcpServerAction
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action

public class TcpServerAction extends 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: