|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.excalibur.event.impl.NullDequeueInterceptor
public final class 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(org.apache.excalibur.event.Source context)
An operation executed after dequeing events from the queue. |
void |
before(org.apache.excalibur.event.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(org.apache.excalibur.event.Source context)
before in interface org.apache.excalibur.event.DequeueInterceptorcontext - The source from which the dequeue is performed.public void after(org.apache.excalibur.event.Source context)
after in interface org.apache.excalibur.event.DequeueInterceptorcontext - The source from which the dequeue is performed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||