|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Source | |
|---|---|
| org.apache.excalibur.event | |
| org.apache.excalibur.event.command | |
| Uses of Source in org.apache.excalibur.event |
|---|
| Subinterfaces of Source 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 Source | |
|---|---|
void |
DequeueInterceptor.after(Source context)
An operation executed after dequeing events from the queue. |
void |
DequeueInterceptor.before(Source context)
An operation executed before dequeing events from the queue. |
| Uses of Source in org.apache.excalibur.event.command |
|---|
| Methods in org.apache.excalibur.event.command that return Source | |
|---|---|
Source[] |
EventPipeline.getSources()
There can be many different sources to merge into a pipeline. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||