Class UIRobotEvent


  • public class UIRobotEvent
    extends Event
    Event sent when a Robot runs. The target is always the MainWindow's instance.
    • Field Detail

      • ROBOT_SUCCEED

        public static final int ROBOT_SUCCEED
        Event indicating that the robot has succeed.
        See Also:
        Constant Field Values
      • ROBOT_FAILED

        public static final int ROBOT_FAILED
        Event indicating that the robot has failed. Check the failureReason field for more information.
        See Also:
        Constant Field Values
      • robotName

        public java.lang.String robotName
        The name of the robot that was running.
      • failureReason

        public java.lang.String failureReason
        The reason of the failure, if any.