Package robocode.control.events
Class TurnStartedEvent
- java.lang.Object
-
- robocode.control.events.BattleEvent
-
- robocode.control.events.TurnStartedEvent
-
public class TurnStartedEvent extends BattleEvent
A TurnStartedEvent is sent toonTurnStarted()
when a new turn in a battle round is started.- Since:
- 1.6.2
- Author:
- Pavel Savara (original), Flemming N. Larsen (contributor)
- See Also:
IBattleListener
,TurnEndedEvent
-
-
Constructor Summary
Constructors Constructor Description TurnStartedEvent()
Called by the game to create a new TurnStartedEvent.
-