|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OutputFifoQueueListener
This interface is implemented by objects that need to be notified when a new element is removed from a queue. The notification method is invoked aftet the element is removed to the queue, the exact semantics of which are defined by the queue.
This is most often used to notify a object that a full queue has new space for more elements to be added. This allows the object to perform other potentially useful work while waiting on new queue elements.
| Method Summary | |
|---|---|
void |
onQueueOutput(NotifiableOutputFifoQueue queue)
This method is invoked by a queuewhen
an element has been removed from the queue. |
| Method Detail |
|---|
void onQueueOutput(NotifiableOutputFifoQueue queue)
queuewhen
an element has been removed from the queue.
queue - The queue where an element was removed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||