cz.cuni.pogamut.communication
Interface ParserInterfaceForClient


public interface ParserInterfaceForClient

Interface which is used by Agent (Client) for getting messages from GB (via either local or remote) and sending messages to the GameBots


Method Summary
 MessageObject receiveParserMessage()
          Get one message from parser.
 void sendGBMessage(java.lang.String msg)
          Send message to the game bots.
 

Method Detail

receiveParserMessage

MessageObject receiveParserMessage()
Get one message from parser. May block.


sendGBMessage

void sendGBMessage(java.lang.String msg)
Send message to the game bots.

Parameters:
msg -