Package com.streambase.liveview.client
Class BeginDeleteEvent
java.lang.Object
java.util.EventObject
com.streambase.liveview.client.AbstractQueryEvent
com.streambase.liveview.client.BeginDeleteEvent
- All Implemented Interfaces:
Serializable
The event dispatched when a query delete begins.
- Since:
- 1.5.2
- 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 listenerGet the list of fields that the query tuples will haveMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
BeginDeleteEvent
- Parameters:
source
- the source of the eventfields
- the list of fields that the query tuples will have
-
-
Method Details
-
getFields
Get the list of fields that the query tuples will have- Returns:
- the list of fields (schema) for the query tuples
-
dispatch
Dispatches this event to the listener- Specified by:
dispatch
in classAbstractQueryEvent
- Parameters:
listener
- the query listener
-