public interface TaskExecutionListener extends EventListener
| Modifier and Type | Method and Description |
|---|---|
void |
taskExecuted(TaskExecutionEvent event)
Called to notify a listener that a task was executed.
|
void taskExecuted(TaskExecutionEvent event)
event - - the event encapsulating the task-related data.Copyright © 2005-2012 JPPF Team.