net.esper.dispatch
Interface Dispatchable

All Known Implementing Classes:
JoinExecStrategyDispatchable, PatternListenerDispatch, UpdateDispatchView

public interface Dispatchable

Implementations are executed when the DispatchService receives a dispatch invocation.


Method Summary
 void execute()
          Execute dispatch.
 

Method Detail

execute

void execute()
Execute dispatch.