org.jppf.server.node
Interface TaskExecutionListener
- All Superinterfaces:
- EventListener
- All Known Implementing Classes:
- JPPFNodeTaskMonitor
public interface TaskExecutionListener
- extends EventListener
Interface for all classes that wish to listen to events occurring during the life span of individual JPPF tasks.
- Author:
- Laurent Cohen
taskExecuted
void taskExecuted(TaskExecutionEvent event)
- Called to notify a listener that a task was executed.
- Parameters:
event - - the event encapsulating the task-related data.
Copyright © 2005-2010 JPPF Team.