Package com.streambase.liveview.client
Class QueryClosedEvent
java.lang.Object
java.util.EventObject
com.streambase.liveview.client.AbstractQueryEvent
com.streambase.liveview.client.QueryClosedEvent
- All Implemented Interfaces:
Serializable
Event dispatched to a listener when a query is closed
- 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 listenergetQuery()
Get the closed queryMethods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
QueryClosedEvent
- Parameters:
source
- the source of the eventquery
- the query that was closed
-
-
Method Details
-
getQuery
Get the closed query- Returns:
- the query that was closed
-
dispatch
Dispatches this event to the listener- Specified by:
dispatch
in classAbstractQueryEvent
- Parameters:
listener
- the query listener
-