public abstract class AbstractQueueListener extends Object implements IQueueListener
| Constructor and Description |
|---|
AbstractQueueListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
queueElementAdded()
Called if an element put into the queue.
|
void |
queueEmpty()
Called if the queue is emptied.
|
void |
queueFull()
Called if the queue is full.
|
public void queueElementAdded()
IQueueListenerqueueElementAdded in interface IQueueListenerpublic void queueEmpty()
IQueueListenerqueueEmpty in interface IQueueListenerpublic void queueFull()
IQueueListenerqueueFull in interface IQueueListenerCopyright © 2010-2014 anotheria.net. All Rights Reserved.