|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBasicEvents3
Second extended version of the IBasicEvents
interface.
Method Summary | |
---|---|
void |
onRoundEnded(RoundEndedEvent event)
This method is called after the end of a round. |
Methods inherited from interface robocode.robotinterfaces.IBasicEvents2 |
---|
onBattleEnded |
Methods inherited from interface robocode.robotinterfaces.IBasicEvents |
---|
onBulletHit, onBulletHitBullet, onBulletMissed, onDeath, onHitByBullet, onHitRobot, onHitWall, onRobotDeath, onScannedRobot, onStatus, onWin |
Method Detail |
---|
void onRoundEnded(RoundEndedEvent event)
public void onRoundEnded(RoundEndedEvent event) { out.println("The round has ended"); }
event
- the RoundEndedEvent event set by the gameRoundEndedEvent
,
IBasicEvents2.onBattleEnded(BattleEndedEvent)
,
WinEvent
,
DeathEvent
,
Event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |