robocode
Class DeathEvent

java.lang.Object
  |
  +--robocode.Event
        |
        +--robocode.DeathEvent
All Implemented Interfaces:
Comparable

public class DeathEvent
extends Event

This event is sent to onDeath when your robot dies.


Constructor Summary
DeathEvent()
          Called by the game to create a new DeathEvent.
 
Methods inherited from class robocode.Event
compareTo, getPriority, getTime, setPriority, setTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeathEvent

public DeathEvent()
Called by the game to create a new DeathEvent.