Package com.streambase.liveview.client
Class BeginAggMarkEvent
java.lang.Object
java.util.EventObject
com.streambase.liveview.client.AbstractQueryEvent
com.streambase.liveview.client.BeginAggMarkEvent
- All Implemented Interfaces:
Serializable
The event dispatched after which the aggregate result set may be in flux.
- Since:
- 7.7.4
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispatch
(QueryListener listener) Dispatches this event to the listenerMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
BeginAggMarkEvent
- Parameters:
source
- the source of the event
-
-
Method Details
-
dispatch
Dispatches this event to the listener- Specified by:
dispatch
in classAbstractQueryEvent
- Parameters:
listener
- the query listener
-