|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataListener
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 |
|---|
void viewPivotRequesting(PivotEvent e)
e - information about the pivotvoid viewPivotRequested(PivotEvent e)
e - information about the pivotvoid viewDrillRequesting(DrillEvent e)
e - information about the drillvoid viewDrillRequested(DrillEvent e)
e - information about the drillvoid viewPageRequesting(PageEvent e)
e - information about the page changevoid viewPageRequested(PageEvent e)
e - information about the page change
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.0) E12063-08 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||