|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
org.eclipse.palamedes.gdl.connection |
Uses of Message in org.eclipse.palamedes.gdl.connection |
---|
Methods in org.eclipse.palamedes.gdl.connection with parameters of type Message | |
---|---|
protected void |
Player.checkMatchId(Message msg)
This method is for error checking nothing more. |
java.lang.String |
Player.commandPlay(Message msg)
This method is called once for each move msg = "(PLAY e.g. msg="(PLAY tictactoe1 NIL)" for the first PLAY message or msg="(PLAY tictactoe1 ((MARK 1 2) NOOP))" if white marked cell (1,2) and black did a "noop". |
void |
Player.commandStart(Message msg)
This method is called when a new match begins. |
void |
Player.commandStop(Message msg)
This method is called if the match is over msg="(STOP |
protected java.lang.String[] |
Player.prepareMoves(Message msg)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |