public final class InputEvent extends Event
Indicates that a connection has sent a message to the server.
These events will always after the connection's ConnectEvent,
and before its DisconnectEvent.
Event.Type| Modifier and Type | Field and Description |
|---|---|
Connection |
connection |
java.lang.String |
input |
SERVER_START_EVENT, SERVER_STOP_EVENT, typepublic final Connection connection
public final java.lang.String input