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


oracle.dss.dataView
Class DrillEvent

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

public class DrillEvent
extends DataviewEvent

The event describing a drill from the Dataview.

See Also:
Serialized Form

Constructor Summary
DrillEvent(java.lang.Object source, int edge, int depth, int index, int type)
          Class constructor.

 

Method Summary
 int getDepth()
          Return the depth on which this drill occurred.
 int getDrillType()
          Return the type of this drill.
 int getEdge()
          Return the edge on which this drill occurred.
 int getIndex()
          Return the index at which this drill occurred.

 

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

DrillEvent

public DrillEvent(java.lang.Object source,
                  int edge,
                  int depth,
                  int index,
                  int type)
Class constructor.
Parameters:
source - the event source
Method Detail

getEdge

public int getEdge()
Return the edge on which this drill occurred.
Returns:
edge

getDepth

public int getDepth()
Return the depth on which this drill occurred.
Returns:
depth

getIndex

public int getIndex()
Return the index at which this drill occurred.
Returns:
index

getDrillType

public int getDrillType()
Return the type of this drill.
Returns:
type

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


Copyright © 2003, Oracle. All Rights Reserved.