Class ChatHandler

java.lang.Object
nl.andrewl.concord_server.event.ChatHandler
All Implemented Interfaces:
MessageHandler<nl.andrewl.concord_core.msg.types.chat.Chat>

public class ChatHandler extends Object implements MessageHandler<nl.andrewl.concord_core.msg.types.chat.Chat>
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.