Uses of Interface
org.rexxla.bsf.engines.rexx.RexxExitHandler
Packages that use RexxExitHandler
-
Uses of RexxExitHandler in org.rexxla.bsf.engines.rexx
Classes in org.rexxla.bsf.engines.rexx that implement RexxExitHandlerModifier and TypeClassDescriptionclassMake it easy for Rexx programs to implement direct command handlers in Rexx.Methods in org.rexxla.bsf.engines.rexx that return RexxExitHandlerModifier and TypeMethodDescriptionRexxConfiguration.getExitHandler(int function) RexxConfiguration.setExitHandler(int function, RexxExitHandler exitHandler) Allows to replace a definedRexxExitHandlerwith a new one or to remove it.Methods in org.rexxla.bsf.engines.rexx with parameters of type RexxExitHandlerModifier and TypeMethodDescriptionvoidRexxConfiguration.addExitHandler(int function, RexxExitHandler exitHandler) Allows to define aRexxExitHandlerto serve the given Rexx exit.RexxConfiguration.setExitHandler(int function, RexxExitHandler exitHandler) Allows to replace a definedRexxExitHandlerwith a new one or to remove it.