de.intarsys.tools.concurrent
Class TaskListenerAdapter
java.lang.Object
de.intarsys.tools.concurrent.TaskListenerAdapter
- All Implemented Interfaces:
- ITaskListener
public class TaskListenerAdapter
- extends Object
- implements ITaskListener
TaskListenerAdapter
public TaskListenerAdapter()
taskCancelled
public void taskCancelled(Object task)
- Specified by:
taskCancelled in interface ITaskListener
taskFailed
public void taskFailed(Object task,
ExecutionException exception)
- Specified by:
taskFailed in interface ITaskListener
taskFinished
public void taskFinished(Object task,
Object result)
- Specified by:
taskFinished in interface ITaskListener
taskStarted
public void taskStarted(Object task)
- Specified by:
taskStarted in interface ITaskListener
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.