public interface ResultTranslator
| Modifier and Type | Method and Description |
|---|---|
void |
translate(CommandContext context,
Object cmdKey,
Object invoker,
Object args,
Exception exception)
Translates from the
CommandContext into
the invocation environment. |
void translate(CommandContext context, Object cmdKey, Object invoker, Object args, Exception exception) throws IfsException
CommandContext into
the invocation environment.context - the command's context.cmdKey - the command's key within the invocation environment.invoker - the command's invoker.args - additional args to be interpreted.exception - any exception that occured during Command.run.IfsExceptionCommandContext,
CommandInvokerCopyright © 2025. All rights reserved.