Uses of Interface
net.esper.dispatch.Dispatchable

Packages that use Dispatchable
net.esper.core Implementation of client package interfaces, glue code 
net.esper.dispatch Dispatching makes results available to joins and handles internal event routing 
net.esper.eql.join Join process interfaces and glue code 
 

Uses of Dispatchable in net.esper.core
 

Classes in net.esper.core that implement Dispatchable
 class PatternListenerDispatch
          Dispatchable for dispatching events to update listeners.
 class UpdateDispatchView
          Convenience view for dispatching view updates received from a parent view to update listeners via the dispatch service.
 

Uses of Dispatchable in net.esper.dispatch
 

Methods in net.esper.dispatch with parameters of type Dispatchable
 void DispatchServiceImpl.addExternal(Dispatchable dispatchable)
           
 void DispatchService.addExternal(Dispatchable dispatchable)
          Add a Dispatchable implementation.
 void DispatchServiceImpl.addInternal(Dispatchable dispatchable)
           
 void DispatchService.addInternal(Dispatchable dispatchable)
          Add a Dispatchable implementation.
 

Uses of Dispatchable in net.esper.eql.join
 

Classes in net.esper.eql.join that implement Dispatchable
 class JoinExecStrategyDispatchable
          This class reacts to any new data buffered by registring with the dispatch service.