Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.dataView
Class PageEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--oracle.dss.dataView.DataviewEvent
              |
              +--oracle.dss.dataView.PageEvent
All Implemented Interfaces:
java.io.Serializable

public class PageEvent
extends DataviewEvent

The event describing a page change from the Dataview.

See Also:
Serialized Form

Constructor Summary
PageEvent(java.lang.Object source, int[] hPos, int maxLayerSpecified)
          Class constructor.

 

Method Summary
 int[] getChangeArray()
          Return the dimension(s) that this page change represents
 int getMaxLayerSpecified()
          Return the index within the dimension that this page change represents.

 

Methods inherited from class oracle.dss.dataView.DataviewEvent
consume, isConsumed

 

Methods inherited from class java.util.EventObject
getSource, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PageEvent

public PageEvent(java.lang.Object source,
                 int[] hPos,
                 int maxLayerSpecified)
Class constructor.
Parameters:
source - the event source
dimension - the dimension number within the page edge
index - the index within the dimension given
Method Detail

getChangeArray

public int[] getChangeArray()
Return the dimension(s) that this page change represents
Returns:
dimension(s) represented or null if in _page

getMaxLayerSpecified

public int getMaxLayerSpecified()
Return the index within the dimension that this page change represents.
Returns:
index represented or -1 if in _page

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.