|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ohrasys.app.gdsparser.GDSParserEvents
public class GDSParserEvents
A class to store the event ID for the variety of events that occur in GDSParser
Field Summary | |
---|---|
static int |
APPEXIT_EVENT
Indicates that a request to exit the application has occurred |
static int |
ERROR_EVENT
Indicates an error event has occurred |
static int |
INFO_EVENT
Indicates that an informational event has occurred |
static int |
PARSE_EVENT
Indicates that a parse event has occurred |
static int |
SETGDS_EVENT
Indicates that a set GDS file event has occurred |
static int |
SETLOG_EVENT
Indicates that a set logfile event has occurred |
Constructor Summary | |
---|---|
GDSParserEvents()
|
Method Summary | |
---|---|
java.lang.String |
toString()
Returns a string representation of this class |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ERROR_EVENT
public static final int APPEXIT_EVENT
public static final int INFO_EVENT
public static final int SETLOG_EVENT
public static final int SETGDS_EVENT
public static final int PARSE_EVENT
Constructor Detail |
---|
public GDSParserEvents()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |