Uses of Class
com.streambase.liveview.client.EndAggMarkEvent
-
Packages that use EndAggMarkEvent Package Description com.streambase.liveview.client Provides classes and interfaces fundamental to the TIBCO LiveView Java API. -
-
Uses of EndAggMarkEvent in com.streambase.liveview.client
Methods in com.streambase.liveview.client with parameters of type EndAggMarkEvent Modifier and Type Method Description void
LiveResult. aggMarkEnd(EndAggMarkEvent event)
default void
QueryListener. aggMarkEnd(EndAggMarkEvent event)
Event to indicate that the set of aggregation results since the last aggMarkBegin event are now consistent and will not change until the next aggMarkBegin.
-