Uses of Interface
org.apache.excalibur.event.DequeueInterceptor

Packages that use DequeueInterceptor
org.apache.excalibur.event   
 

Uses of DequeueInterceptor in org.apache.excalibur.event
 

Methods in org.apache.excalibur.event that return DequeueInterceptor
 DequeueInterceptor Queue.getDequeueInterceptor()
          Return the dequeue executable for this sink.
 

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