|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActivityListener
Interface for object which monitor long-running activities. (may be subject to change before 1.2-final)
| Method Summary | |
|---|---|
void |
activityFailed(Object source,
Exception ex)
Notification of errors behind the scenes. |
void |
activityProgress(Object source,
int current,
int target)
Estimated progress of an activity. |
void |
completedActivity(Object source)
Notification that an activity is complete. |
void |
startedActivity(Object source)
Notification that an activity has started. |
| Method Detail |
|---|
void startedActivity(Object source)
void completedActivity(Object source)
void activityFailed(Object source,
Exception ex)
void activityProgress(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 | |||||||||