gov.nasa.gsfc.drl.rtstps.viewer.commands
Interface CommandStateListener

All Known Implementing Classes:
CommandState, GoAction, LocalLoadAction, ReadyLight, RemoteLoadAction, StopAction, UnloadAction

public interface CommandStateListener

Classes that implement this interface listen for command state change notification.


Field Summary
static int LOADED_GO
           
static int LOADED_STOPPED
           
static int UNLOADED
           
 
Method Summary
 void commandStateChange(int state)
           
 

Field Detail

UNLOADED

static final int UNLOADED
See Also:
Constant Field Values

LOADED_STOPPED

static final int LOADED_STOPPED
See Also:
Constant Field Values

LOADED_GO

static final int LOADED_GO
See Also:
Constant Field Values
Method Detail

commandStateChange

void commandStateChange(int state)