Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

GDSParserEvents Class Reference

Collaboration diagram for GDSParserEvents:

Collaboration graph
[legend]
List of all members.

Detailed Description

A class to store the event ID for the variety of events that occur in GDSParser.

Author:
Author
tvaline
Version:
Revision
1.5
,
Date
2005/03/10 01:00:35

Definition at line 29 of file GDSParserEvents.java.

Public Member Functions

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

Static Public Attributes

static final int APPEXIT_EVENT = 0
 Indicates that a request to exit the application has occurred.
static final int ERROR_EVENT = -1
 Indicates an error event has occurred.
static final int INFO_EVENT = 1
 Indicates that an informational event has occurred.
static final int PARSE_EVENT = 4
 Indicates that a parse event has occurred.
static final int SETGDS_EVENT = 3
 Indicates that a set GDS file event has occurred.
static final int SETLOG_EVENT = 2
 Indicates that a set logfile event has occurred.


Member Function Documentation

String toString  ) 
 

Returns a string representation of this class.

Returns:
The physical address of this instance

Definition at line 53 of file GDSParserEvents.java.

00053 {return super.toString();}


Member Data Documentation

final int APPEXIT_EVENT = 0 [static]
 

Indicates that a request to exit the application has occurred.

Definition at line 34 of file GDSParserEvents.java.

final int ERROR_EVENT = -1 [static]
 

Indicates an error event has occurred.

Definition at line 31 of file GDSParserEvents.java.

final int INFO_EVENT = 1 [static]
 

Indicates that an informational event has occurred.

Definition at line 37 of file GDSParserEvents.java.

final int PARSE_EVENT = 4 [static]
 

Indicates that a parse event has occurred.

Definition at line 46 of file GDSParserEvents.java.

final int SETGDS_EVENT = 3 [static]
 

Indicates that a set GDS file event has occurred.

Definition at line 43 of file GDSParserEvents.java.

final int SETLOG_EVENT = 2 [static]
 

Indicates that a set logfile event has occurred.

Definition at line 40 of file GDSParserEvents.java.


The documentation for this class was generated from the following file:
Generated on Mon May 23 13:48:57 2005 for Java GDS Parser (JGDSParser) by  doxygen 1.4.2