Uses of Class
com.streambase.liveview.client.TupleUpdatedEvent
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of TupleUpdatedEvent in com.streambase.liveview.client
Modifier and TypeMethodDescriptionvoid
AbstractBatchedQueryListener.tupleUpdated
(TupleUpdatedEvent event) Event when an existing tuple in the result is updated.void
AbstractQueryListener.tupleUpdated
(TupleUpdatedEvent event) Event when an existing tuple in the result is updated.void
CompositeQueryListener.tupleUpdated
(TupleUpdatedEvent event) Event when an existing tuple in the result is updated.void
DeleteQueryListener.tupleUpdated
(TupleUpdatedEvent event) Event when an existing tuple in the result is updated.void
LiveResult.tupleUpdated
(TupleUpdatedEvent event) Event when an existing tuple in the result is updated.void
QueryListener.tupleUpdated
(TupleUpdatedEvent event) Event when an existing tuple in the result is updated.void
QueryListenerWrapper.tupleUpdated
(TupleUpdatedEvent event) void
SnapshotQueryListener.tupleUpdated
(TupleUpdatedEvent event) Event when an existing tuple in the result is updated.