Uses of Class
org.olap4j.query.QueryEvent
Packages that use QueryEvent
Package
Description
Provides an object model for building OLAP queries programmatically (experimental).
-
Uses of QueryEvent in org.olap4j.query
Methods in org.olap4j.query with parameters of type QueryEventModifier and TypeMethodDescriptionvoid
QueryNodeListener.childrenAdded
(QueryEvent event) Invoked when one or more children are added to a QueryNode list of children.void
QueryNodeListener.childrenRemoved
(QueryEvent event) Invoked when one or more children of a QueryNode are removed from its list.void
QueryNodeListener.selectionChanged
(QueryEvent event) Invoked when a selection operator has changed.