robocode.control.events
Class TurnStartedEvent

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

public class TurnStartedEvent
extends BattleEvent

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:
IBattleListener, TurnEndedEvent

Constructor Summary
TurnStartedEvent()
          Creates a new TurnStartedEvent.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TurnStartedEvent

public TurnStartedEvent()
Creates a new TurnStartedEvent.



Copyright © 2010 Robocode. All Rights Reserved.