Uses of Class
com.streambase.liveview.client.TupleAddedEvent
-
Packages that use TupleAddedEvent Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API.com.streambase.liveview.client.alert Provides classes and interfaces to set Alerts. -
-
Uses of TupleAddedEvent in com.streambase.liveview.client
Methods in com.streambase.liveview.client with parameters of type TupleAddedEvent Modifier and Type Method Description void
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.Method parameters in com.streambase.liveview.client with type arguments of type TupleAddedEvent Modifier and Type Method Description abstract 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
Methods in com.streambase.liveview.client.alert with parameters of type TupleAddedEvent Modifier and Type Method Description boolean
IExecJavaAction. action(AlertRule actionRule, AlertRule.Actions.Action action, TupleAddedEvent event)
Deprecated.Use ExecJavaActionClass
-