Uses of Class
com.streambase.liveview.client.TupleAddedEvent
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
Provides classes and interfaces to set Alerts.
-
Uses of TupleAddedEvent in com.streambase.liveview.client
Modifier and TypeMethodDescriptionvoid
AbstractBatchedQueryListener.tupleAdded
(TupleAddedEvent event) Event when a new tuple is added to the result.void
AbstractQueryListener.tupleAdded
(TupleAddedEvent event) Event when a new tuple is added to the result.void
CompositeQueryListener.tupleAdded
(TupleAddedEvent event) Event when a new tuple is added to the result.void
DeleteQueryListener.tupleAdded
(TupleAddedEvent event) Event when a new tuple is added to the result.void
LiveResult.tupleAdded
(TupleAddedEvent event) Event when a new tuple is added to the result.void
QueryListener.tupleAdded
(TupleAddedEvent event) Event when a new tuple is added to the result.void
QueryListenerWrapper.tupleAdded
(TupleAddedEvent event) void
SnapshotQueryListener.tupleAdded
(TupleAddedEvent event) Event when a new tuple is added to the result.Modifier and TypeMethodDescriptionabstract void
AbstractBatchedQueryListener.snapshot
(List<TupleAddedEvent> eventList, boolean complete) This batch method is called one or more times for snapshot results. -
Uses of TupleAddedEvent in com.streambase.liveview.client.alert
Modifier and TypeMethodDescriptionboolean
IExecJavaAction.action
(com.streambase.liveview.internal.protocol.jaxb.AlertRule actionRule, com.streambase.liveview.internal.protocol.jaxb.AlertRule.Actions.Action action, TupleAddedEvent event) Deprecated.Use ExecJavaActionClass