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