public interface MvsCommandCallback
registerMvsCommandCallback
.
The parameters supplied on the MVS START command, if any are also available
via getStartParameters
.
Modifier and Type | Method and Description |
---|---|
void |
handleModify(java.lang.String modifyCommand)
Handle an MVS MODIFY (F) command.
|
void |
handleStart(java.lang.String startParameters)
Handle an MVS START (S) command.
|
boolean |
handleStop()
Handle an MVS STOP (P) command.
|
void handleModify(java.lang.String modifyCommand)
modifyCommand
- the modify command supplied by the operatorvoid handleStart(java.lang.String startParameters)
startParameters
- the start parameters supplied by the operatorboolean handleStop()