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 
 

Uses of Dispatchable in net.esper.core
 

Classes in net.esper.core that implement Dispatchable
 class DispatchFuture
          DispatchFuture can be added to a dispatch queue that is thread-local.
 class PatternListenerDispatch
          Dispatchable for dispatching events to update listeners.
 class UpdateDispatchViewBase
          Convenience view for dispatching view updates received from a parent view to update listeners via the dispatch service.
 class UpdateDispatchViewBlocking
          Convenience view for dispatching view updates received from a parent view to update listeners via the dispatch service.
 class UpdateDispatchViewNonBlocking
          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.