Package | Description |
---|---|
com.macrofocus.molap.aggregates.query |
Provides the necessary classes and interfaces for performing queries.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractQuery.addQueryListener(QueryListener listener) |
void |
Query.addQueryListener(QueryListener listener)
Add a listener to the list that's notified each time a change to the query occurs.
|
void |
AbstractQuery.addWeakQueryListener(QueryListener listener) |
void |
Query.addWeakQueryListener(QueryListener listener)
Add a listener to the list that's notified each time a change to the query occurs.
|
void |
AbstractQuery.removeQueryListener(QueryListener listener) |
void |
Query.removeQueryListener(QueryListener listener)
Remove a listener to the list that's notified each time a change to the query occurs.
|
Copyright © 2014 Macrofocus GmbH. All Rights Reserved.