public interface TaskWorker extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
performTask(Object task,
ca.eandb.util.progress.ProgressMonitor monitor)
Process a task.
|
Object performTask(Object task, ca.eandb.util.progress.ProgressMonitor monitor) throws Exception
task - The Object describing the task to be performed.monitor - The ProgressMonitor to report progress of
the task to.Object describing the results obtained from
the execution of the task.Exception - If an error occurred performing the operation.Copyright © 2016. All rights reserved.