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,
java.lang.String path,
java.lang.Exception e)
Is called when an error is received.
|
void |
onMessage(ProgressTrackerListener.Mode mode,
java.lang.String action,
java.lang.String path)
Is called when a message is received.
|
void onMessage(ProgressTrackerListener.Mode mode, java.lang.String action, java.lang.String path)
mode - message modeaction - actionpath - path or message the action was performed onvoid onError(ProgressTrackerListener.Mode mode, java.lang.String path, java.lang.Exception e)
mode - message modepath - path or messagee - error"Copyright © 2010 - 2018 Adobe Systems Incorporated. All Rights Reserved"