Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface RobocodeListener
IBattleListener
Method Summary | |
@Deprecated |
|
@Deprecated |
|
@Deprecated |
|
public @Deprecated void battleAborted(BattleSpecification battle)
Deprecated. Since 1.6.2. Use the
This method is called when a battle has been aborted.IBattleListener.onBattleFinished()
instead.
- Parameters:
battle
- information about the battle that was aborted
public @Deprecated void battleComplete(BattleSpecification battle, RobotResults[] results)
Deprecated. Since 1.6.2. Use the
This method is called when a battle completes successfully.IBattleListener.onBattleCompleted()
instead.
- Parameters:
battle
- information about the battle that completedresults
- an array containing the results for the individual robot
public @Deprecated void battleMessage(String message)
Deprecated. Since 1.6.2. Use the
This method is called when the game logs messages that is normally written out to the console.IBattleListener.onBattleMessage()
instead.
- Parameters:
message
- the message logged by the game