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 ServerMessageTypeServerMessageType. 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 voidClientEventAdapter. afterServerMessageProcessed(Client client, ServerMessageType serverMessageType, String customMessageCommand, boolean isBinary, Object data)voidClientEventListener. 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 processedvoidClientEventAdapter. beforeServerMessageProcessed(Client client, ServerMessageType serverMessageType, String customMessageCommand, boolean isBinary, Object data)voidClientEventListener. 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