Package com.adobe.versioncue.nativecomm
Interface IRequest.IListener
- Enclosing interface:
IRequest
public static interface IRequest.IListener
Listener interface to get progress information during request execution
-
Method Summary
Modifier and TypeMethodDescriptionvoidprogressChanged(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 executedtaskname- current tasknameprogress- the new progress value [0.0 ... 1.0]- Throws:
ServiceAbortException- if the request was aborted
-