Package client.framework.network.parser

Interface Summary
MessageParser An interface that is used to parse messages of different formats into ActionTriplet objects, and vice versa.
 

Class Summary
Action A class that represents the framework's default actions.
ActionTriplet A wrapper class for action messages received from and sent to the server.
StringParser An implementation of the MessageParser interface, that creates and parses String messages.