public interface ITaskListener
| Modifier and Type | Method and Description |
|---|---|
void |
taskCancelled(Object task) |
void |
taskFailed(Object task,
ExecutionException exception) |
void |
taskFinished(Object task,
Object result) |
void |
taskStarted(Object task) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.