|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for object which monitor long-running activities. (may be subject to change before 1.2-final)
Method Summary | |
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. |
Method Detail |
public void startedActivity(java.lang.Object source)
public void completedActivity(java.lang.Object source)
public void activityFailed(java.lang.Object source, java.lang.Exception ex)
public void activityProgress(java.lang.Object source, int current, int target)
current
parts of the activity have been completed,
out of a target target
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |