Uses of Class
com.streambase.liveview.client.AbstractTupleEvent
-
Packages that use AbstractTupleEvent Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of AbstractTupleEvent in com.streambase.liveview.client
Subclasses of AbstractTupleEvent in com.streambase.liveview.client Modifier and Type Class Description class
TupleAddedEvent
The event dispatched when a new Tuple is added to a query result.class
TupleRemovedEvent
The event dispatched when an existing Tuple is removed.class
TupleUpdatedEvent
The event dispatched when an existing Tuple is updated.Methods in com.streambase.liveview.client with parameters of type AbstractTupleEvent Modifier and Type Method Description protected Long
LiveResult. getKeyForEvent(AbstractTupleEvent event, boolean remove)
protected Long
LiveResult. getKeyFromEvent(AbstractTupleEvent event)
Method parameters in com.streambase.liveview.client with type arguments of type AbstractTupleEvent Modifier and Type Method Description abstract void
AbstractBatchedQueryListener. update(List<AbstractTupleEvent> eventList)
This batch method is called zero or more times for continuous updates.
-