net.esper.view
Interface ValidatedView

All Known Subinterfaces:
HistoricalEventViewable
All Known Implementing Classes:
PollingViewable

public interface ValidatedView

Interface for views that require validation against stream event types.


Method Summary
 void validate(StreamTypeService streamTypeService)
          Validate the view.
 

Method Detail

validate

void validate(StreamTypeService streamTypeService)
              throws ExprValidationException
Validate the view.

Parameters:
streamTypeService - supplies the types of streams against which to validate
Throws:
ExprValidationException - is thrown to indicate an exception in validating the view