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

Quick Search    Search Deep

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

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

public class StartMH
extends MessageHandler

This MessageHandler process "start" messages.


Constructor Summary
StartMH()
           
 
Method Summary
private  StartAnswer getStatus(GameController g, World w)
           
private  void initCountries(PlayerContainer pc, World w)
          initializes the countries
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
 

Constructor Detail

StartMH

public StartMH()
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

initCountries

private void initCountries(PlayerContainer pc,
                           World w)
initializes the countries


getStatus

private StartAnswer getStatus(GameController g,
                              World w)