Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
robocode.control.events.BattleEvent
robocode.control.events.BattleErrorEvent
public class BattleErrorEvent
extends BattleEvent
onBattleError()
when an error message is sent from the game in the during the battle.
IBattleListener
, BattleMessageEvent
Constructor Summary | |
|
Method Summary | |
String |
|
public BattleErrorEvent(String error)
Creates a new BattleErrorEvent.
- Parameters:
error
- the error message.