Module AM37

Interface ServerMessageManagerVisitor

All Known Implementing Classes:
MessageManagerParser, VirtualClient

public interface ServerMessageManagerVisitor
Visitor interface for messages travelling from the client(s) to the server

Since in the server the messages can be handled in more than one point, the Visitors are declared as default methods running the cannotHandleMessage(Message) method, which implementation differs based on the class which has to handle the messages