Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.zazof.jtegServer
Class PlayerMH  view PlayerMH download PlayerMH.java

java.lang.Object
  extended byorg.zazof.jtegServer.MessageHandler
      extended byorg.zazof.jtegServer.PlayerMH

public class PlayerMH
extends MessageHandler

This MessageHandler process "player_id" messages.


Field Summary
(package private) static org.apache.log4j.Category log
           
private  int nextPlayerID
           
 
Constructor Summary
PlayerMH()
           
 
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
 

Field Detail

nextPlayerID

private int nextPlayerID

log

static org.apache.log4j.Category log
Constructor Detail

PlayerMH

public PlayerMH()
Method Detail

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