Interface LastPostObserver

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

public interface LastPostObserver
Observer interface to a stream publishing new and old events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    newData(int streamId, EventBean[] newEvents, EventBean[] oldEvents)
    Receive new and old events from a stream.
  • Method Details

    • 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