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 |
|---|
Type(java.lang.String strName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public static final LineEvent.Type OPEN
public static final LineEvent.Type CLOSE
public static final LineEvent.Type START
public static final LineEvent.Type STOP