Uses of Class
com.streambase.liveview.client.AbstractQueryEvent
Package
Description
Provides classes and interfaces fundamental to the LiveView Java API.
-
Uses of AbstractQueryEvent in com.streambase.liveview.client
Modifier and TypeClassDescriptionclass
Base abstract class for TupleEventsfinal class
The event dispatched after which the aggregate result set may be in flux.final class
The event dispatched when a query delete begins.final class
The event dispatched when a query snapshot begins.final class
The event dispatched when the aggregate result set sent since the last BeginAggMarkEvent is consistent and will not change again until the next BeginAggMarkEvent.final class
The event dispatched when a query delete ends.final class
The event dispatched when a query snapshot ends.final class
Event dispatched to a listener when a query is closedfinal class
The event dispatched when a query exception occurs.final class
The event dispatched when a new Tuple is added to a query result.final class
The event dispatched when an existing Tuple is removed.final class
The event dispatched when an existing Tuple is updated.