public class DebugCodeExitHandler extends CommonCodeExitHandler
ICodeExitHandler for debugging purposes.| Constructor and Description |
|---|
DebugCodeExitHandler() |
| Modifier and Type | Method and Description |
|---|---|
Object |
perform(CodeExit codeExit,
IFunctorCall call)
Perform the represented behavior.
|
existspublic Object perform(CodeExit codeExit, IFunctorCall call) throws FunctorInvocationException
ICodeExitHandlerIFunctor
interface, where the behavior itself is encapsulated. Here the definition
of the behavior is provided by the CodeExit by some kind of
source script, the ICodeExitHandler that fits the correct type
will interpret it.codeExit - The behavior definitioncall - The callCodeExit in the context of
callFunctorInvocationExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.