Uses of Class
com.streambase.liveview.client.BeginAggMarkEvent
-
Packages that use BeginAggMarkEvent Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of BeginAggMarkEvent in com.streambase.liveview.client
Methods in com.streambase.liveview.client with parameters of type BeginAggMarkEvent Modifier and Type Method Description void
LiveResult. aggMarkBegin(BeginAggMarkEvent event)
default void
QueryListener. aggMarkBegin(BeginAggMarkEvent event)
Event to indicate that the set of aggregation results may be changing so some results may be from an older generation while other may be from a newer one.
-