|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DequeueInterceptor
The dequeue executable interface describes operations that are executed before and after elements are pulled from a queue.
Method Summary | |
---|---|
void |
after(Source context)
An operation executed after dequeing events from the queue. |
void |
before(Source context)
An operation executed before dequeing events from the queue. |
Method Detail |
---|
void before(Source context)
dequeue
method regardless of how many queue elements
are dequeued.
context
- The source from which the dequeue is performed.void after(Source context)
dequeue
method regardless of how many queue elements are dequeued.
context
- The source from which the dequeue is performed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |