Package totalcross.unit
Interface UIRobotListener
-
public interface UIRobotListenerInterface used to listen to UIRobot events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrobotFailed(UIRobotEvent e)The UIRobot has failed.voidrobotSucceed(UIRobotEvent e)The UIRobot has succeed.
-
-
-
Method Detail
-
robotSucceed
void robotSucceed(UIRobotEvent e)
The UIRobot has succeed.
-
robotFailed
void robotFailed(UIRobotEvent e)
The UIRobot has failed. Check the failureReason field for more information.
-
-