public interface ActivityListener
Modifier and Type | Method and Description |
---|---|
void |
activityFailed(java.lang.Object source,
java.lang.Exception ex)
Notification of errors behind the scenes.
|
void |
activityProgress(java.lang.Object source,
int current,
int target)
Estimated progress of an activity.
|
void |
completedActivity(java.lang.Object source)
Notification that an activity is complete.
|
void |
startedActivity(java.lang.Object source)
Notification that an activity has started.
|
void startedActivity(java.lang.Object source)
void completedActivity(java.lang.Object source)
void activityFailed(java.lang.Object source, java.lang.Exception ex)
void activityProgress(java.lang.Object source, int current, int target)
current
parts of the activity have been completed,
out of a target target
.