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
public final class QueryClosedEvent extends AbstractQueryEvent
Event dispatched to a listener when a query is closed- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.EventObject
source
-
-
Constructor Summary
Constructors Constructor Description QueryClosedEvent(Object source, Query query)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dispatch(QueryListener listener)
Dispatches this event to the listenerQuery
getQuery()
Get the closed query-
Methods inherited from class java.util.EventObject
getSource, toString
-
-
-
-
Method Detail
-
getQuery
public Query getQuery()
Get the closed query- Returns:
- the query that was closed
-
dispatch
public void dispatch(QueryListener listener)
Dispatches this event to the listener- Specified by:
dispatch
in classAbstractQueryEvent
- Parameters:
listener
- the query listener
-
-