public final class QueryEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QueryEvent.Type
Describes the nature of the event.
|
Modifier and Type | Method and Description |
---|---|
Map<Integer,org.olap4j.query.QueryNode> |
getChildrens()
Returns a map of objects affected by the event and
their index in the list of the source children.
|
QueryEvent.Type |
getOperation()
Returns the event type.
|
org.olap4j.query.QueryNode |
getSource()
Returns the object that generated this event.
|
public org.olap4j.query.QueryNode getSource()
public QueryEvent.Type getOperation()
public Map<Integer,org.olap4j.query.QueryNode> getChildrens()
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.