| Package | Description |
|---|---|
| org.jppf.client | |
| 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 |
AbstractGenericClient.addClientQueueListener(ClientQueueListener listener)
Register the specified listener to receive client queue event notifications.
|
void |
AbstractGenericClient.removeClientQueueListener(ClientQueueListener listener)
Unregister the specified listener.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientQueueListenerAdapter
Client queue listener adapter, providing no-op implementations of the
ClientQueueListener interface methods. |
Copyright © 2005-2019 JPPF Team.