Interface ClientMessageHandler

All Known Implementing Classes:
CommandLineInterface, GraphicalUserInterface, UserInterface

public interface ClientMessageHandler
This interface defines a method (with overloading) to handle all different types of messages that can be received by the client. It should be implemented by the different user interfaces to update the view component when notified by the server.