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

Packages that use Sink
org.apache.excalibur.event   
 

Uses of Sink in org.apache.excalibur.event
 

Subinterfaces of Sink in org.apache.excalibur.event
 interface Queue
          A Source implements the side of an event queue where QueueElements are dequeued operations only.
 

Methods in org.apache.excalibur.event with parameters of type Sink
 boolean EnqueuePredicate.accept(java.lang.Object[] elements, Sink modifyingSink)
          Tests the given element for acceptance onto the m_sink.
 boolean EnqueuePredicate.accept(java.lang.Object element, Sink modifyingSink)
          Tests the given element for acceptance onto the m_sink.