java.lang.Object
org.zazof.jtegServer.MessageHandler
org.zazof.jtegServer.PlayerMH
- public class PlayerMH
- extends MessageHandler
This MessageHandler process "player_id" messages.
|
Method Summary |
protected 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 |
nextPlayerID
private int nextPlayerID
log
static org.apache.log4j.Category log
PlayerMH
public PlayerMH()
processMessage
protected void processMessage(Message m)
- Description copied from class:
MessageHandler
- each subclass should implement to code to handle this message
- Specified by:
processMessage in class MessageHandler