com.mcdermottroe.exemplar
Interface Constants.Input

Enclosing interface:
Constants

public static interface Constants.Input

Input module constants.


Field Summary
static String CLASS
          The class name that drives all input modules.
static String PACKAGE
          The package under which all input modules reside.
 

Field Detail

CLASS

static final String CLASS
The class name that drives all input modules. The class must implement InputModule.

See Also:
Constant Field Values

PACKAGE

static final String PACKAGE
The package under which all input modules reside.