public interface ProcessListener
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProcessListener.Action |
| Modifier and Type | Method and Description |
|---|---|
void |
log(TemplateContext context,
Token token,
ProcessListener.Action action)
Reports a step executed by the engine
|
void log(TemplateContext context, Token token, ProcessListener.Action action)
context - current context during template evaluationtoken - the token that is handledaction - the action that is executed on the actionCopyright © 2017. All rights reserved.