public class ClientQueueListenerAdapter extends Object implements ClientQueueListener
ClientQueueListener interface methods.
Subclasses only need to override the methods they're interested in.| Constructor and Description |
|---|
ClientQueueListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
jobAdded(ClientQueueEvent event)
Called to notify that a job was added to the queue.
|
void |
jobRemoved(ClientQueueEvent event)
Called to notify that a job was removed from the queue.
|
public void jobAdded(ClientQueueEvent event)
ClientQueueListenerjobAdded in interface ClientQueueListenerevent - the event to notify of.public void jobRemoved(ClientQueueEvent event)
ClientQueueListenerjobRemoved in interface ClientQueueListenerevent - the event to notify of.Copyright © 2005-2019 JPPF Team.