org.d_haven.event.impl

Class NullDequeueInterceptor

public final class NullDequeueInterceptor extends Object implements DequeueInterceptor

The dequeue executable interface describes operations that are executed before and after elements are pulled from a queue.

Version: $Revision: 1.4 $

Author: schierma Berin Loritsch

Method Summary
voidafter(Source context)
An operation executed after dequeing events from the queue.
voidbefore(Source context)
An operation executed before dequeing events from the queue.
StringtoString()

Method Detail

after

public void after(Source context)
An operation executed after dequeing events from the queue. The size of the queue is passed in so the implementation can determine to execute based on the size of the queue.

Parameters: context The source from which the dequeue is performed.

Since: Feb 10, 2003

before

public void before(Source context)
An operation executed before dequeing events from the queue. The size of the queue is passed in so the implementation can determine to execute based on the size of the queue.

Parameters: context The source from which the dequeue is performed.

Since: Feb 10, 2003

toString

public String toString()