public static interface IRequest.IListener
Modifier and Type | Method and Description |
---|---|
void |
progressChanged(IRequest request,
java.lang.String taskname,
double progress)
Called to notify the listener about updated progress information for a request.
|
void progressChanged(IRequest request, java.lang.String taskname, double progress) throws ServiceAbortException
request
- IRequest object being executedtaskname
- current tasknameprogress
- the new progress value [0.0 ... 1.0]ServiceAbortException
- if the request was abortedCopyright © 2010 - 2023 Adobe. All Rights Reserved