public class DrillEvent extends DataviewEvent
consumed
Constructor and Description |
---|
DrillEvent(java.lang.Object source, int edge, int depth, int index, int type)
Class constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
consume, isConsumed
public DrillEvent(java.lang.Object source, int edge, int depth, int index, int type)
source
- the event sourcepublic int getEdge()
public int getDepth()
public int getIndex()
public int getDrillType()