Class TupleUpdatedEvent

java.lang.Object
All Implemented Interfaces:
Serializable

public final class TupleUpdatedEvent extends AbstractTupleEvent
The event dispatched when an existing Tuple is updated. The method getOld() will return null unless the event was propagated from a LiveResult. The LiveResult will propagate the old tuple since it maintains a local copy of all tuples in the query result.
See Also: