| Package | Description |
|---|---|
| org.jppf.client.event |
Support for connection pool events,
connection status notifications,
job lifecycle events
and job queue events in the JPPF client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientQueueListenerAdapter.jobAdded(ClientQueueEvent event) |
void |
ClientQueueListener.jobAdded(ClientQueueEvent event)
Called to notify that a job was added to the queue.
|
void |
ClientQueueListenerAdapter.jobRemoved(ClientQueueEvent event) |
void |
ClientQueueListener.jobRemoved(ClientQueueEvent event)
Called to notify that a job was removed from the queue.
|
Copyright © 2005-2019 JPPF Team.