robocode

Class DeathEvent

Implemented Interfaces:
Comparable

public class DeathEvent
extends Event

This event is sent to onDeath(DeathEvent) when your robot dies.
Author:
Mathew A. Nelson (original)

Constructor Summary

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

Method Summary

Methods inherited from class robocode.Event

compareTo, getPriority, getTime, setPriority, setTime

Constructor Details

DeathEvent

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