|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RobocodeListener
RobocodeListener - Interface for receiving callbacks from RobocodeEngine
Method Summary | |
---|---|
void |
battleAborted(BattleSpecification battle)
Called when battle is aborted for any reason. |
void |
battleComplete(BattleSpecification battle,
RobotResults[] results)
Called when battle is complete. |
void |
battleMessage(java.lang.String message)
Called for messages that would normally go to the Java console |
Method Detail |
---|
void battleComplete(BattleSpecification battle, RobotResults[] results)
battle
- Which battle completedresults
- Results for this battlevoid battleAborted(BattleSpecification battle)
battle
- Which battle abortedvoid battleMessage(java.lang.String message)
message
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |