public class DataListenerAdapter extends java.lang.Object implements DataListener
| Constructor and Description |
|---|
DataListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public void viewPivotRequesting(PivotEvent e)
viewPivotRequesting in interface DataListenere - information about the pivotpublic void viewPivotRequested(PivotEvent e)
viewPivotRequested in interface DataListenere - information about the pivotpublic void viewDrillRequesting(DrillEvent e)
viewDrillRequesting in interface DataListenere - information about the drillpublic void viewDrillRequested(DrillEvent e)
viewDrillRequested in interface DataListenere - information about the drillpublic void viewPageRequesting(PageEvent e)
viewPageRequesting in interface DataListenere - information about the page changepublic void viewPageRequested(PageEvent e)
viewPageRequested in interface DataListenere - information about the page change