Package robocode.control.events
Class TurnStartedEvent
java.lang.Object
robocode.control.events.BattleEvent
robocode.control.events.TurnStartedEvent
A TurnStartedEvent is sent to
onTurnStarted()
when a new turn in a battle round is started.- Since:
- 1.6.2
- Author:
- Pavel Savara (original), Flemming N. Larsen (contributor)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TurnStartedEvent
public TurnStartedEvent()Called by the game to create a new TurnStartedEvent. Please don't use this constructor as it might change.
-