net.mlw.gfw
Class Constants

java.lang.Object
  |
  +--net.mlw.gfw.Constants

public final class Constants
extends java.lang.Object

Helper constants class.

Version:
$Revision: 1.4 $ $Date: 2004/06/29 20:33:02 $
Author:
Matthew L. Wilson

Field Summary
static java.lang.String DEFAULT_HOST
          The default server.
static int DEFAULT_PORT
          The default port.
static net.mlw.gfw.event.EventHandler EMPTY_EVENT_HANDLER
          A default empty EventHandler.
static java.util.ResourceBundle RESOURCE_BUNDLE
          The default resource bundle.
static int SERVER_LOCAL
           
static int SERVER_NONE
           
static int SERVER_REMOTE
           
 
Constructor Summary
Constants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_BUNDLE

public static final java.util.ResourceBundle RESOURCE_BUNDLE
The default resource bundle.


DEFAULT_PORT

public static final int DEFAULT_PORT
The default port.

See Also:
Constant Field Values

DEFAULT_HOST

public static final java.lang.String DEFAULT_HOST
The default server.

See Also:
Constant Field Values

SERVER_NONE

public static final int SERVER_NONE
See Also:
Constant Field Values

SERVER_LOCAL

public static final int SERVER_LOCAL
See Also:
Constant Field Values

SERVER_REMOTE

public static final int SERVER_REMOTE
See Also:
Constant Field Values

EMPTY_EVENT_HANDLER

public static final net.mlw.gfw.event.EventHandler EMPTY_EVENT_HANDLER
A default empty EventHandler.

Constructor Detail

Constants

public Constants()


Copyright © 2003-2004 mlavilson. All Rights Reserved.