Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Interface ncsa.horizon.util.MessageCenter.Slots

Implementing Classes:
CachingDataNDImageProducer, DataAccessEnabledViewable, InMemoryDataND, MessageCenter, ReaderEnabledViewable, RMICachedDataNDClient, RMIFormatHandler, RMIViewableClient, SliceChooserPanel, DatasetChooserPanel

public abstract static interface MessageCenter.Slots
predefined slots for MessageCenter output streams. Objects that use a MessageCenter frequently can implement this interface for easier reference to the slot names.


Field Summary
static int DEBUG
          debug messages
static int ERR
          general error messages
static int HELP
          help messages
static int MAX_RESERVED_SLOTS
          the index of the last predefined output stream slot
static int OUT
          general output data
static int STATUS
          informational or status messages
 

Field Detail

OUT

public static final int OUT
general output data

ERR

public static final int ERR
general error messages

HELP

public static final int HELP
help messages

STATUS

public static final int STATUS
informational or status messages

DEBUG

public static final int DEBUG
debug messages

MAX_RESERVED_SLOTS

public static final int MAX_RESERVED_SLOTS
the index of the last predefined output stream slot

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD