public static class LineEvent.Type
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static LineEvent.Type |
CLOSE |
static LineEvent.Type |
OPEN |
static LineEvent.Type |
START |
static LineEvent.Type |
STOP |
Constructor and Description |
---|
LineEvent.Type(java.lang.String strName) |
public static final LineEvent.Type OPEN
public static final LineEvent.Type CLOSE
public static final LineEvent.Type START
public static final LineEvent.Type STOP