public interface ProgressTrackerListener
ProgressTrackerListener can be provided by clients to
receive messages and errors during operations.| Modifier and Type | Interface and Description |
|---|---|
static class |
ProgressTrackerListener.Mode
Message mode
|
| Modifier and Type | Method and Description |
|---|---|
void |
onError(ProgressTrackerListener.Mode mode,
String path,
Exception e)
Is called when an error is received.
|
void |
onMessage(ProgressTrackerListener.Mode mode,
String action,
String path)
Is called when a message is received.
|
void onMessage(ProgressTrackerListener.Mode mode, String action, String path)
mode - message modeaction - actionpath - path or message the action was performed onvoid onError(ProgressTrackerListener.Mode mode, String path, Exception e)
mode - message modepath - path or messagee - errorCopyright © 2010 - 2020 Adobe. All Rights Reserved