public interface ICodeExitHandler
The implementation is called by a CodeExit that looks up a
ICodeExitHandler in the ICodeExitHandlerRegistry and
delegates execution of the source.
| Modifier and Type | Method and Description |
|---|---|
Object |
perform(CodeExit codeExit,
IFunctorCall call)
Perform the represented behavior.
|
Object perform(CodeExit codeExit, IFunctorCall call) throws FunctorInvocationException
IFunctor
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.