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.
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
commandStateChange
void commandStateChange(int state)