intarsys runtime library

de.intarsys.tools.concurrent
Class TaskListenerAdapter

java.lang.Object
  extended by de.intarsys.tools.concurrent.TaskListenerAdapter
All Implemented Interfaces:
ITaskListener

public class TaskListenerAdapter
extends Object
implements ITaskListener


Constructor Summary
TaskListenerAdapter()
           
 
Method Summary
 void taskCancelled(Object task)
           
 void taskFailed(Object task, ExecutionException exception)
           
 void taskFinished(Object task, Object result)
           
 void taskStarted(Object task)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskListenerAdapter

public TaskListenerAdapter()
Method Detail

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

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.