|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InputFifoQueueListener
This interface is implemented by objects that need to be notified when a new element is added to a queue. The notification method is invoked aftet the element is added to the queue, the exact semantics of which are defined by the queue.
This is most often used to notify a class that an empty queue has new elements that need to be processed. This allows the object to perform other potentially useful work while waiting on new queue elements.
| Method Summary | |
|---|---|
void |
onQueueInput(NotifiableInputFifoQueue queue)
This method is invoked by a queue implementation when a new element is added its queue. |
| Method Detail |
|---|
void onQueueInput(NotifiableInputFifoQueue queue)
queue - The queue where the element was added.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||