Package jmri.jmrix.dccpp.dccppovertcp
Interface ServerListner
-
- All Known Implementing Classes:
ServerFrame
public interface ServerListner
Implementation of the DCCppOverTcp Server Server Protocol
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notifyClientStateChanged(Server s)
void
notifyServerStateChanged(Server s)
-
-
-
Method Detail
-
notifyServerStateChanged
void notifyServerStateChanged(Server s)
-
notifyClientStateChanged
void notifyClientStateChanged(Server s)
-
-