Class TupleAddedEvent

All Implemented Interfaces:
Serializable

public final class TupleAddedEvent extends AbstractTupleEvent
The event dispatched when a new Tuple is added to a query result.
See Also:
  • Constructor Details

    • TupleAddedEvent

      public TupleAddedEvent(Object source, Long key, Tuple tuple)
      Deprecated.
      Parameters:
      source - the source of the event
      key - the key of the tuple
      tuple - the tuple
    • TupleAddedEvent

      public TupleAddedEvent(Object source, Long oldKey, Tuple tuple, Tuple keyData, List<com.streambase.liveview.client.internal.TupleFieldComparator> fieldComparators)
      Parameters:
      source - the source of the event
      oldKey - the key of the tuple
      tuple - the tuple
      keyData - The data for the full key. May be null only if oldKey is not 0.
      fieldComparators - The pre-built set of comparators for comparing complex keys. May be null only if oldKey is not 0.
  • Method Details