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