Uses of Interface
org.d_haven.event.EventHandler

Packages that use EventHandler
org.d_haven.event.command   
org.d_haven.event.impl   
 

Uses of EventHandler in org.d_haven.event.command
 

Classes in org.d_haven.event.command that implement EventHandler
 class CommandEventHandler
          The CommandEventHandler is used by the DefaultCommandManager to actually process the events.
 

Fields in org.d_haven.event.command declared as EventHandler
private  EventHandler CommandEventPipeline.m_eventHandler
           
 

Methods in org.d_haven.event.command that return EventHandler
 EventHandler CommandEventPipeline.getEventHandler()
          Used by the ThreadManager to get the EventHandler for the DefaultCommandManager.
 EventHandler EventPipeline.getEventHandler()
          Returns the reference to the EventHandler that the events from all the Sinks get merged into.
 

Constructors in org.d_haven.event.command with parameters of type EventHandler
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.
 

Uses of EventHandler in org.d_haven.event.impl
 

Classes in org.d_haven.event.impl that implement EventHandler
 class AbstractEventHandler
          Created by IntelliJ IDEA.