| Package | Description |
|---|---|
| org.apache.excalibur.event |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Queue
A Source implements the side of an event queue where QueueElements are
dequeued operations only.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|