public class TaskListenerAdapter extends Object implements ITaskListener
| Constructor and Description |
|---|
TaskListenerAdapter() |
| 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) |
public void taskCancelled(Object task)
taskCancelled in interface ITaskListenerpublic void taskFailed(Object task, ExecutionException exception)
taskFailed in interface ITaskListenerpublic void taskFinished(Object task, Object result)
taskFinished in interface ITaskListenerpublic void taskStarted(Object task)
taskStarted in interface ITaskListenerCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.