Package | Description |
---|---|
org.rexxla.bsf.engines.rexx |
Modifier and Type | Class and Description |
---|---|
class |
AbstractExitHandler
Make it easy for Rexx programs to implement direct command handlers in Rexx.
|
Modifier and Type | Method and Description |
---|---|
RexxExitHandler |
RexxConfiguration.getExitHandler(int function) |
RexxExitHandler |
RexxConfiguration.setExitHandler(int function,
RexxExitHandler exitHandler)
Allows to replace a defined
RexxExitHandler with a new one or to remove it. |
Modifier and Type | Method and Description |
---|---|
void |
RexxConfiguration.addExitHandler(int function,
RexxExitHandler exitHandler)
Allows to define a
RexxExitHandler to serve the given Rexx exit. |
RexxExitHandler |
RexxConfiguration.setExitHandler(int function,
RexxExitHandler exitHandler)
Allows to replace a defined
RexxExitHandler with a new one or to remove it. |