ca.sqlpower.wabit.olap
Interface OlapQueryListener
public interface OlapQueryListener
An event listener interface to listen for important events from an
OlapQuery that a listening class may be interested in, particularly
UI classes.
queryExecuted
void queryExecuted(OlapQueryEvent e)
- Called when
OlapQuery.executeOlapQuery() has finished, and provides a
reference to the cell set produced by the execution of the query.
Thread Safety
If you are consuming this event from a
single-threaded subsystem (such as a Swing user interface), beware that
this event might be delivered on a worker thread!
Copyright © 2009. All Rights Reserved.