|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void before(Source context)
This method is called once at the beginning of any dequeue
method regardless of how many queue elements are dequeued.
context
- The source from which the dequeue is performed.public void after(Source context)
This method is called once at the end of any 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 |