public class UIRobotEvent extends Event<UIRobotListener>
Event.Type<H>
Modifier and Type | Field and Description |
---|---|
java.lang.String |
failureReason
The reason of the failure, if any.
|
static int |
ROBOT_FAILED
Event indicating that the robot has failed.
|
static int |
ROBOT_SUCCEED
Event indicating that the robot has succeed.
|
java.lang.String |
robotName
The name of the robot that was running.
|
Modifier and Type | Method and Description |
---|---|
void |
dispatch(UIRobotListener listener) |
clearQueue, getNextAvailableEventId, isAvailable, toString, touch
public static final int ROBOT_SUCCEED
public static final int ROBOT_FAILED
public java.lang.String robotName
public java.lang.String failureReason
public void dispatch(UIRobotListener listener)
dispatch
in class Event<UIRobotListener>