com.ohrasys.app.gdsparser
Class GDSParserEvents

java.lang.Object
  extended by com.ohrasys.app.gdsparser.GDSParserEvents

public class GDSParserEvents
extends java.lang.Object

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

ERROR_EVENT

public static final int ERROR_EVENT
Indicates an error event has occurred

See Also:
Constant Field Values

APPEXIT_EVENT

public static final int APPEXIT_EVENT
Indicates that a request to exit the application has occurred

See Also:
Constant Field Values

INFO_EVENT

public static final int INFO_EVENT
Indicates that an informational event has occurred

See Also:
Constant Field Values

SETLOG_EVENT

public static final int SETLOG_EVENT
Indicates that a set logfile event has occurred

See Also:
Constant Field Values

SETGDS_EVENT

public static final int SETGDS_EVENT
Indicates that a set GDS file event has occurred

See Also:
Constant Field Values

PARSE_EVENT

public static final int PARSE_EVENT
Indicates that a parse event has occurred

See Also:
Constant Field Values
Constructor Detail

GDSParserEvents

public GDSParserEvents()
Method Detail

toString

public java.lang.String toString()
Returns a string representation of this class

Overrides:
toString in class java.lang.Object
Returns:
The physical address of this instance