Package com.adobe.versioncue.nativecomm
Interface IRequest.IListener
-
- Enclosing interface:
- IRequest
public static interface IRequest.IListenerListener interface to get progress information during request execution
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprogressChanged(IRequest request, java.lang.String taskname, double progress)Called to notify the listener about updated progress information for a request.
-
-
-
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 executedtaskname- current tasknameprogress- the new progress value [0.0 ... 1.0]- Throws:
ServiceAbortException- if the request was aborted
-
-