public abstract class NodeIntegrationAdapter extends NodeIntegrationAdapter<JPPFScreenSaver>
NodeLifeCycleListener
and TaskExecutionListener
interfaces.Constructor and Description |
---|
NodeIntegrationAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
taskExecuted(TaskExecutionEvent event)
Called to notify a listener that a task was executed.
|
void |
taskNotification(TaskExecutionEvent event)
Called when a task sends a notification.
|
setUiComponent
beforeNextJob, jobEnding, jobHeaderLoaded, jobStarting, nodeEnding, nodeStarting
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
beforeNextJob, jobEnding, jobHeaderLoaded, jobStarting, nodeEnding, nodeStarting
public NodeIntegrationAdapter()
public void taskExecuted(TaskExecutionEvent event)
TaskExecutionListener
taskExecuted
in interface TaskExecutionListener
taskExecuted
in class NodeIntegrationAdapter<JPPFScreenSaver>
event
- the event encapsulating the task-related data.public void taskNotification(TaskExecutionEvent event)
TaskExecutionListener
taskNotification
in interface TaskExecutionListener
taskNotification
in class NodeIntegrationAdapter<JPPFScreenSaver>
event
- the event encapsulating the task-related data.Copyright © 2005-2019 JPPF Team.