| Package | Description |
|---|---|
| org.d_haven.event.command | |
| org.d_haven.event.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandEventHandler
The CommandEventHandler is used by the DefaultCommandManager to
actually process the events.
|
| Modifier and Type | Field and Description |
|---|---|
private EventHandler |
CommandEventPipeline.m_eventHandler |
| Modifier and Type | Method and Description |
|---|---|
EventHandler |
EventPipeline.getEventHandler()
Returns the reference to the EventHandler that the events from
all the Sinks get merged into.
|
EventHandler |
CommandEventPipeline.getEventHandler()
Used by the ThreadManager to get the EventHandler for the
DefaultCommandManager.
|
| Constructor and Description |
|---|
CommandEventPipeline(EnqueuePredicate predicate,
EventHandler handler)
The CommandEventPipeline is used to manage the incomming queue of
commands, the queue of commands to run later, and the event
handler to pass the commands to.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEventHandler
Created by IntelliJ IDEA.
|