public interface ServerListener
| Modifier and Type | Method and Description |
|---|---|
void |
onConnected(Connection connection) |
void |
onDisconnected(Connection connection) |
void |
onException(Connection connection,
java.lang.Throwable throwable) |
void |
onPacket(Connection connection,
Packet packet) |
void onConnected(Connection connection)
void onDisconnected(Connection connection)
void onPacket(Connection connection, Packet packet)
void onException(Connection connection, java.lang.Throwable throwable)