|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAdvancedEvents
An event interface for receiving advanced robot events with an
IAdvancedRobot
.
IAdvancedRobot
Method Summary | |
---|---|
void |
onCustomEvent(CustomEvent event)
This method is called when a custom condition is met. |
void |
onSkippedTurn(SkippedTurnEvent event)
This method is called if the robot is using too much time between actions. |
Method Detail |
---|
void onSkippedTurn(SkippedTurnEvent event)
event
- the skipped turn event set by the gameSkippedTurnEvent
,
Event
void onCustomEvent(CustomEvent event)
sample.Target
robot.
event
- the custom event that occurredAdvancedRobot.addCustomEvent(robocode.Condition)
,
CustomEvent
,
Event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |