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 void
notifyClientStateChanged(LnTcpServer s)
void
notifyServerStateChanged(LnTcpServer s)
-
-
-
Method Detail
-
notifyServerStateChanged
void notifyServerStateChanged(LnTcpServer s)
-
notifyClientStateChanged
void notifyClientStateChanged(LnTcpServer s)
-
-