com.espertech.esper.view.internal
Interface LastPostObserver

All Known Implementing Classes:
IntersectAsymetricView, IntersectBatchView, IntersectView, UnionAsymetricView, UnionView

public interface LastPostObserver

Observer interface to a stream publishing new and old events.


Method Summary
 void newData(int streamId, EventBean[] newEvents, EventBean[] oldEvents)
          Receive new and old events from a stream.
 

Method Detail

newData

void newData(int streamId,
             EventBean[] newEvents,
             EventBean[] oldEvents)
Receive new and old events from a stream.

Parameters:
streamId - - the stream number sending the events
newEvents - - new events
oldEvents - - old events

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com