|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Listener for events that users of a QueryAccess
object may want to respond to.
Method Summary | |
void |
dataAccessChanged(DataAccessChangedEvent e) Called when both a selection change occurs in one of the DataAccess cursors of a QueryAccess and a client requests the changed cursor. |
void |
dimensionsChanged(DimensionsChangedEvent e) Called when the dimensionality of a QueryAccess has changed. |
void |
selectionChanged(SelectionChangedEvent e) Called when either the available selection or the selected selection of a QueryAccess object is changed with a resulting change in the corresponding DataAccess cursor. |
Method Detail |
public void selectionChanged(SelectionChangedEvent e)
QueryAccess
object is changed with a resulting change in the corresponding DataAccess cursor.e
- The SelectionChangedEvent, which gives access to the new selection.public void dataAccessChanged(DataAccessChangedEvent e)
DataAccess
cursors of a QueryAccess
and a client requests the changed cursor. In a QueryAccess
, there are the following cursors:
e
- The DataAccessChangedEvent that gives access to the new DataAccess
object.public void dimensionsChanged(DimensionsChangedEvent e)
QueryAccess
has changed.e
- The DimensionsChangedEvent, which describing the dimensionality change.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |