Uses of Class
io.sockit.gameclient.ServerMessageType
-
Uses of ServerMessageType in io.sockit.gameclient
Methods in io.sockit.gameclient that return ServerMessageType Modifier and Type Method Description static ServerMessageType
ServerMessageType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerMessageType[]
ServerMessageType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.sockit.gameclient with parameters of type ServerMessageType Modifier and Type Method Description void
ClientEventAdapter. afterServerMessageProcessed(Client client, ServerMessageType serverMessageType, String customMessageCommand, boolean isBinary, Object data)
void
ClientEventListener. afterServerMessageProcessed(Client client, ServerMessageType serverMessageType, String customMessageCommand, boolean isBinary, Object data)
Event-Handler/Callback called when a message is received from the Server but after it is processedvoid
ClientEventAdapter. beforeServerMessageProcessed(Client client, ServerMessageType serverMessageType, String customMessageCommand, boolean isBinary, Object data)
void
ClientEventListener. beforeServerMessageProcessed(Client client, ServerMessageType serverMessageType, String customMessageCommand, boolean isBinary, Object data)
Event-Handler/Callback called when a message is received from the Server but before it is processed