See: Description
| Interface | Description |
|---|---|
| TaskMonitor<C extends ApplicationContext> |
This interface defines methods for being notified about task progress.
|
| TaskMonitorSupport |
This interface defines methods for providing monitoring support to
AsyncTasks Note that
you may attach many TaskMonitors to the same AsyncTask. |
| Class | Description |
|---|---|
| AbstractTaskMonitor<C extends ApplicationContext> | |
| TaskMonitorController<C extends ApplicationContext> |
This controller is responsible for passing
RunState change notifications to all
added TaskMonitors. |
| TaskMonitorList |
This is a
TaskMonitor implementation that actually manages a list of TaskMonitors. |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.