|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MvsCommandCallback
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 |
---|
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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |