Uses of Class
robocode.RobotDeathEvent

Uses of RobotDeathEvent in robocode
 

Methods in robocode with parameters of type RobotDeathEvent
 void Robot.onRobotDeath(RobotDeathEvent event)
          This method will be called if another robot dies You should override it in your robot if you want to be informed of this event.