robocode

Class WinEvent

Implemented Interfaces:
Comparable

public class WinEvent
extends Event

This event is sent to onWin(WinEvent) when your robot wins the round in a battle.
Author:
Mathew A. Nelson (original)

Constructor Summary

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

Method Summary

Methods inherited from class robocode.Event

compareTo, getPriority, getTime, setPriority, setTime

Constructor Details

WinEvent

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