Package totalcross.unit
Interface UIRobotListener
-
- All Superinterfaces:
EventHandler
public interface UIRobotListener extends EventHandler
Interface 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.
-
-