Interface MessageHandler<T extends nl.andrewl.concord_core.msg.Message>

Type Parameters:
T - The type of message to be handled.
All Known Implementing Classes:
ChannelMoveHandler, ChatHandler, ChatHistoryRequestHandler

public interface MessageHandler<T extends nl.andrewl.concord_core.msg.Message>
Defines a component which can handle messages of a certain type which were received from a client.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(T msg, ClientThread client, ConcordServer server)