Uses of Interface
net.esper.view.internal.BufferObserver

Packages that use BufferObserver
net.esper.eql.join Join process interfaces and glue code 
net.esper.view.internal Internal management views for buffering view results and providing these to joins. 
 

Uses of BufferObserver in net.esper.eql.join
 

Classes in net.esper.eql.join that implement BufferObserver
 class JoinExecStrategyDispatchable
          This class reacts to any new data buffered by registring with the dispatch service.
 

Uses of BufferObserver in net.esper.view.internal
 

Methods in net.esper.view.internal with parameters of type BufferObserver
 void BufferView.setObserver(BufferObserver observer)
          Set the observer for indicating new and old data.