robocode.control.events
Class BattleMessageEvent
public class BattleMessageEvent
A BattleMessageEvent is sent to
onBattleMessage() when an information message is sent from the game in the during the battle.
- Pavel Savara (original)
- Flemming N. Larsen (contributor)
String | getMessage()- Returns the information message.
|
BattleMessageEvent
public BattleMessageEvent(String message)
Creates a new BattleMessageEvent.
message - the information message.
getMessage
public String getMessage()
Returns the information message.