Uses of Class
com.blackhillsoftware.zutil.mvs.CommandHandler
Packages that use CommandHandler
-
Uses of CommandHandler in com.blackhillsoftware.zutil.mvs
Methods in com.blackhillsoftware.zutil.mvs that return CommandHandlerModifier and TypeMethodDescriptionstatic CommandHandler
Provide a function to handle MVS MODIFY commands.static CommandHandler
CommandHandler.onStop
(BooleanSupplier onStopFunction) Provide a function to be called when a MVS STOP command is received.Methods in com.blackhillsoftware.zutil.mvs with parameters of type CommandHandlerModifier and TypeMethodDescriptionstatic boolean
CommandHandler.removeModify
(CommandHandler onModifyHandler) Remove a command handler for MODIFY commands.static boolean
CommandHandler.removeStop
(CommandHandler onStopHandler) Remove a command handler for STOP commands.