|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.excalibur.event.impl.NullDequeueInterceptor
The dequeue executable interface describes operations that are executed before and after elements are pulled from a queue.
Constructor Summary | |
NullDequeueInterceptor()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullDequeueInterceptor()
Method Detail |
public void before(Source context)
before
in interface DequeueInterceptor
context
- The source from which the dequeue is performed.public void after(Source context)
after
in interface DequeueInterceptor
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 |