Interface IRequest.IListener

  • Enclosing interface:
    IRequest

    public static interface IRequest.IListener
    Listener interface to get progress information during request execution
    • Method Detail

      • progressChanged

        void progressChanged​(IRequest request,
                             java.lang.String taskname,
                             double progress)
                      throws ServiceAbortException
        Called to notify the listener about updated progress information for a request.
        Parameters:
        request - IRequest object being executed
        taskname - current taskname
        progress - the new progress value [0.0 ... 1.0]
        Throws:
        ServiceAbortException - if the request was aborted