|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implement this interface to control how MVS operator commands are handled.
The implementing class must be registered with a call to
registerMvsCommandCallback
The parameters supplied on the MVS START command, if any are also available
via getStartParameters
Method Summary | |
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. |
Method Detail |
public void handleModify(java.lang.String modifyCommand)
modifyCommand
- the modify command supplied by the operatorpublic void handleStart(java.lang.String startParameters)
startParameters
- the start parameters supplied by the operatorpublic boolean handleStop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |