Interface UIRobotListener


  • public interface UIRobotListener
    Interface used to listen to UIRobot events.
    • 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.