Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

oracle.dss.dataView
Class DrillEvent

java.lang.Object
  extended by java.util.EventObject
      extended by oracle.dss.dataView.DataviewEvent
          extended by 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

Field Summary
 
Fields inherited from class oracle.dss.dataView.DataviewEvent
consumed
 
Fields inherited from class java.util.EventObject
source
 
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
clone, equals, finalize, 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 Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.4.0)

E12063-05

Copyright © 1997, 2011, Oracle. All rights reserved.