Interface IRequest.IListener

Enclosing interface:
IRequest

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

    Modifier and Type
    Method
    Description
    void
    progressChanged(IRequest request, String taskname, double progress)
    Called to notify the listener about updated progress information for a request.
  • Method Details

    • progressChanged

      void progressChanged(IRequest request, 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