Interface UIRobotListener

  • All Superinterfaces:
    EventHandler

    public interface UIRobotListener
    extends EventHandler
    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.