java.lang.Object
org.zazof.jtegServer.MessageHandler
- Direct Known Subclasses:
- AttackMH, CardsMH, ChatMH, ColorMH, FichasMH, MissionMH, PaisesMH, PlayerMH, ProtocolMH, RegroupMH, StartMH, StatusMH, StatusMH4, StatusMH5, TropasMH, TurnoMH, UnknownMH
- public abstract class MessageHandler
- extends java.lang.Object
|
Method Summary |
protected abstract void |
processMessage(Message m)
each subclass should implement to code to handle this message |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageHandler
public MessageHandler()
processMessage
protected abstract void processMessage(Message m)
- each subclass should implement to code to handle this message