The Meta-Environment API

toolbus.viewer
Interface IViewerConstants


public interface IViewerConstants

Contains a list of all possible states the debug ToolBus can be in.

Author:
Arnold Lankamp

Field Summary
static int READY_STATE
           
static int RUNNING_STATE
           
static int STEPPING_STATE
           
static int STOPPING_STATE
           
static int UNKNOWN_STATE
           
static int WAITING_STATE
           
 

Field Detail

UNKNOWN_STATE

static final int UNKNOWN_STATE
See Also:
Constant Field Values

STOPPING_STATE

static final int STOPPING_STATE
See Also:
Constant Field Values

WAITING_STATE

static final int WAITING_STATE
See Also:
Constant Field Values

READY_STATE

static final int READY_STATE
See Also:
Constant Field Values

RUNNING_STATE

static final int RUNNING_STATE
See Also:
Constant Field Values

STEPPING_STATE

static final int STEPPING_STATE
See Also:
Constant Field Values

The Meta-Environment API