net.esper.eql.view
Interface OutputCallback


public interface OutputCallback

A wrapper for the callback from the output limit condition to the output handler.


Method Summary
 void continueOutputProcessing(boolean forceUpdate)
          Invoked to perform output processing.
 

Method Detail

continueOutputProcessing

void continueOutputProcessing(boolean forceUpdate)
Invoked to perform output processing.

Parameters:
forceUpdate - is a flag to indicate that even if there is no data, child views should still be updated.