public interface IQueueListener
| 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.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.