Uses of Interface
org.rexxla.bsf.engines.rexx.RexxCommandHandler
Packages that use RexxCommandHandler
-
Uses of RexxCommandHandler in org.oorexx.handlers.jdor
Classes in org.oorexx.handlers.jdor that implement RexxCommandHandler -
Uses of RexxCommandHandler in org.rexxla.bsf.engines.rexx
Subinterfaces of RexxCommandHandler in org.rexxla.bsf.engines.rexxModifier and TypeInterfaceDescriptioninterfaceInterface class for Rexx redirecting command handlers.Classes in org.rexxla.bsf.engines.rexx that implement RexxCommandHandlerModifier and TypeClassDescriptionclassMake it easy for Rexx programs to implement direct command handlers in Rexx.classMake it easy for Rexx programs to implement redirecting command handlers in Rexx.Methods in org.rexxla.bsf.engines.rexx that return RexxCommandHandlerModifier and TypeMethodDescriptionRexxConfiguration.getCommandHandler(String name) Returns theRexxCommandHandlerobject associated with the supplied commandnameornull, if none found.RexxConfiguration.setCommandHandler(String name, RexxCommandHandler commandHandler) Allows to replace a definedRexxCommandHandlerwith a new one.Methods in org.rexxla.bsf.engines.rexx with parameters of type RexxCommandHandlerModifier and TypeMethodDescriptionvoidRexxConfiguration.addCommandHandler(String name, RexxCommandHandler commandHandler) Allows to define an environment name and aRexxCommandHandlerto serve the given environment.RexxConfiguration.setCommandHandler(String name, RexxCommandHandler commandHandler) Allows to replace a definedRexxCommandHandlerwith a new one.