public final class QueryClosedEvent extends AbstractQueryEvent
| Constructor and Description | 
|---|
QueryClosedEvent(java.lang.Object source,
                Query query)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
dispatch(QueryListener listener)
Dispatches this event to the listener 
 | 
Query | 
getQuery()
Get the closed query 
 | 
public QueryClosedEvent(java.lang.Object source,
                        Query query)
source - the source of the eventquery - the query that was closedpublic Query getQuery()
public void dispatch(QueryListener listener)
dispatch in class AbstractQueryEventlistener - the query listener