|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface describes the methods a bean user should implement to hook OLAP data events.
| Method Summary | |
void |
viewDrillRequested(DrillEvent e)Signal that a drill just happened. |
void |
viewDrillRequesting(DrillEvent e)Signal that a drill is about to happen. |
void |
viewPageRequested(PageEvent e)Signal that a page change just happened. |
void |
viewPageRequesting(PageEvent e)Signal that a page change is about to happen. |
void |
viewPivotRequested(PivotEvent e)Signal that a pivot happened. |
void |
viewPivotRequesting(PivotEvent e)Signal that a pivot is about to happen. |
| Method Detail |
public void viewPivotRequesting(PivotEvent e)
e - information about the pivotpublic void viewPivotRequested(PivotEvent e)
e - information about the pivotpublic void viewDrillRequesting(DrillEvent e)
e - information about the drillpublic void viewDrillRequested(DrillEvent e)
e - information about the drillpublic void viewPageRequesting(PageEvent e)
e - information about the page changepublic void viewPageRequested(PageEvent e)
e - information about the page change
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||