net.esper.util
Interface StopCallback

All Known Subinterfaces:
EvalRootState, HistoricalEventViewable, PatternStopCallback
All Known Implementing Classes:
EvalRootStateNode, PollingViewable

public interface StopCallback

General pupose callback to stop a resource and free it's underlying resources.


Method Summary
 void stop()
          Stops the underlying resources.
 

Method Detail

stop

void stop()
Stops the underlying resources.