net.esper.view
Interface ParentAwareView

All Known Implementing Classes:
MergeView

public interface ParentAwareView

Interface for use by views to indicate that the view must couple to parent views.


Method Summary
 void setParentAware(List<View> parentViews)
          Called to indicate the parent views.
 

Method Detail

setParentAware

void setParentAware(List<View> parentViews)
Called to indicate the parent views.

Parameters:
parentViews - is a list of parent views in top-down order