public interface ActivityCallback<T extends Activity>
Modifier and Type | Method and Description |
---|---|
void |
progress(T activity,
ActivityStatusEnum status,
String message)
Called periodically to indicate progress with the task being tracked.
|
void progress(T activity, ActivityStatusEnum status, String message)
activity
- - the activity which is being monitoredstatus
- TODOmessage
- Copyright © 2004–2020. All rights reserved.