public class LineEvent
extends java.util.EventObject
| Modifier and Type | Class and Description |
|---|---|
static class |
LineEvent.Type |
| Constructor and Description |
|---|
LineEvent(Line line,
LineEvent.Type type,
long lPosition) |
| Modifier and Type | Method and Description |
|---|---|
long |
getFramePosition() |
Line |
getLine() |
LineEvent.Type |
getType() |
java.lang.String |
toString() |
public LineEvent(Line line, LineEvent.Type type, long lPosition)
public Line getLine()
public LineEvent.Type getType()
public long getFramePosition()
public java.lang.String toString()
toString in class java.util.EventObject