Uses of Interface
org.d_haven.event.DequeueInterceptor

Packages that use DequeueInterceptor
org.d_haven.event   
org.d_haven.event.impl   
 

Uses of DequeueInterceptor in org.d_haven.event
 

Methods in org.d_haven.event that return DequeueInterceptor
 DequeueInterceptor Pipe.getDequeueInterceptor()
          Return the dequeue executable for this sink.
 

Methods in org.d_haven.event with parameters of type DequeueInterceptor
 void Pipe.setDequeueInterceptor(DequeueInterceptor executable)
          Set the dequeue executable for this sink.
 

Uses of DequeueInterceptor in org.d_haven.event.impl
 

Classes in org.d_haven.event.impl that implement DequeueInterceptor
 class NullDequeueInterceptor
          The dequeue executable interface describes operations that are executed before and after elements are pulled from a queue.
 

Fields in org.d_haven.event.impl declared as DequeueInterceptor
protected  DequeueInterceptor AbstractPipe.m_interceptor
          The DequeueInterceptor used.
 

Methods in org.d_haven.event.impl that return DequeueInterceptor
 DequeueInterceptor AbstractPipe.getDequeueInterceptor()
          Return the dequeue executable for this sink.
 

Methods in org.d_haven.event.impl with parameters of type DequeueInterceptor
 void AbstractPipe.setDequeueInterceptor(DequeueInterceptor executable)
          Set the dequeue executable for this sink.