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
public final class BeginAggMarkEvent extends AbstractQueryEvent
The event dispatched after which the aggregate result set may be in flux.- Since:
- 7.7.4
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description BeginAggMarkEvent(Object source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispatch(QueryListener listener)
Dispatches this event to the listener-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Constructor Detail
-
BeginAggMarkEvent
public BeginAggMarkEvent(Object source)
- Parameters:
source
- the source of the event
-
-
Method Detail
-
dispatch
public void dispatch(QueryListener listener)
Dispatches this event to the listener- Specified by:
dispatch
in classAbstractQueryEvent
- Parameters:
listener
- the query listener
-
-