| Package | Description |
|---|---|
| org.d_haven.event | |
| org.d_haven.event.command | |
| org.d_haven.event.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Pipe
A Source implements the side of an event queue where QueueElements
are dequeued operations only.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
private Source[] |
CommandEventPipeline.m_sources |
| Modifier and Type | Method and Description |
|---|---|
Source[] |
EventPipeline.getSources()
There can be many different sources to merge into a pipeline.
|
Source[] |
CommandEventPipeline.getSources()
Used by the Threadmanager to get the sources that are feeding the
DefaultCommandManager.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPipe
Provides the base functionality for the other
Pipe
types. |
class |
DefaultPipe
The default queue implementation is a variable size queue.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NullDequeueInterceptor.after(Source context)
An operation executed after dequeing events from the queue.
|
void |
NullDequeueInterceptor.before(Source context)
An operation executed before dequeing events from the queue.
|