Package org.olap4j.query
Class QueryEvent
java.lang.Object
org.olap4j.query.QueryEvent
Describes which changes were performed to the query model.
- Author:
- Luc Boudreau
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns a map of objects affected by the event and their index in the list of the source children.Returns the event type.org.olap4j.query.QueryNode
Returns the object that generated this event.
-
Method Details
-
getSource
public org.olap4j.query.QueryNode getSource()Returns the object that generated this event. -
getOperation
Returns the event type. -
getChildrens
Returns a map of objects affected by the event and their index in the list of the source children.If the event is of type
QueryEvent.Type.SELECTION_CHANGED
, this method will return null because the source object was affected and not the children.
-