robocode.control.events
Class BattlePausedEvent

java.lang.Object
  extended by robocode.control.events.BattleEvent
      extended by robocode.control.events.BattlePausedEvent

public class BattlePausedEvent
extends BattleEvent

A BattlePausedEvent is sent to onBattlePaused() when a battle has been paused.

Since:
1.6.2
Author:
Pavel Savara (original), Flemming N. Larsen (contributor)
See Also:
IBattleListener, BattleResumedEvent

Constructor Summary
BattlePausedEvent()
          Called by the game to create a new BattlePausedEvent.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BattlePausedEvent

public BattlePausedEvent()
Called by the game to create a new BattlePausedEvent. Please don't use this constructor as it might change.



Copyright © 2013 Robocode. All Rights Reserved.