Interface LnTcpServerListener
-
public interface LnTcpServerListener
Implementation of the LocoNetOverTcp LbServer Server Protocol.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyClientStateChanged(LnTcpServer s)voidnotifyServerStateChanged(LnTcpServer s)
-
-
-
Method Detail
-
notifyServerStateChanged
void notifyServerStateChanged(LnTcpServer s)
-
notifyClientStateChanged
void notifyClientStateChanged(LnTcpServer s)
-
-