Uses of Interface
org.apache.excalibur.event.EventHandler

Packages that use EventHandler
org.apache.excalibur.event.command   
 

Uses of EventHandler in org.apache.excalibur.event.command
 

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

Methods in org.apache.excalibur.event.command with parameters of type EventHandler
 void CommandManager.registerSignalHandler(Signal signal, EventHandler handler)
          Register a Signal with an EventHandler.
 void CommandManager.deregisterSignalHandler(Signal signal, EventHandler handler)
          Deregister a Signal with an EventHandler.
 

Constructors in org.apache.excalibur.event.command with parameters of type EventHandler
TPSPThreadManager.SourceRunner(Source source, EventHandler handler)
          Create a new SourceRunner.
TPSPThreadManager.SourceDequeueInterceptor(TPSPThreadManager.SourceRunner runner, EventHandler handler, EDU.oswego.cs.dl.util.concurrent.PooledExecutor threadPool, int threshold, int margin)
          Create a new SourceDequeueInterceptor.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.