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 java.util.EventObject |
getSource, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DrillEvent
public DrillEvent(java.lang.Object source,
int edge,
int depth,
int index,
int type)
- Class constructor.
-
- Parameters:
source - the event source
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
Copyright © 2003, Oracle. All Rights Reserved.