|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface LDataObjectQueue.QueueListener
Listener for queue events.
A notification callback is invoked synchronized with the event source, so the listener will have a consistent view of the queue during that time, allowing to take appropriate actions. During the callback no concurrent changes to the queue object are possible.
Method Summary | |
---|---|
void |
queueFilled(LDataObjectQueue queue)
Called on a full queue. |
Method Detail |
---|
void queueFilled(LDataObjectQueue queue)
queue
- event source, the queue which reached its maximum size
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |