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 aborted"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"