Uses of Interface
nl.andrewl.concord_server.event.MessageHandler
Packages that use MessageHandler
-
Uses of MessageHandler in nl.andrewl.concord_server.event
Classes in nl.andrewl.concord_server.event that implement MessageHandlerModifier and TypeClassDescriptionclass
Handles client requests to move to another channel.class
This handler is responsible for taking incoming chat messages and saving them to the channel's message collection, and then relaying the new message to all clients in the channel.class
Handles client requests for sections of chat history for a particular channel.Fields in nl.andrewl.concord_server.event with type parameters of type MessageHandlerModifier and TypeFieldDescriptionprivate final Map<Class<? extends nl.andrewl.concord_core.msg.Message>,
MessageHandler<?>> EventManager.messageHandlers