public interface ClientQueueListener extends EventListener
| 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.
|
void jobAdded(ClientQueueEvent event)
event - the event to notify of.void jobRemoved(ClientQueueEvent event)
event - the event to notify of.Copyright © 2005-2019 JPPF Team.