net.esper.pattern
Interface PatternStopCallback

All Known Implementing Classes:
EvalRootStateNode

public interface PatternStopCallback

Interface for executing a stop on an active event expression.


Method Summary
 void stop()
          Method to stop the event expression.
 

Method Detail

stop

void stop()
Method to stop the event expression.