public interface ActivityListener
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
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.Copyright © 2014 BioJava. All rights reserved.