public abstract class AbstractExecutionInfoCollector extends Object implements BindingExecutionInfoCollector
| Constructor and Description |
|---|
AbstractExecutionInfoCollector() |
| Modifier and Type | Method and Description |
|---|---|
void |
addInfo(ExecutionInfo info)
add an execution information
|
abstract void |
addInfo(org.zkoss.json.JSONObject info) |
String |
popStack()
pop the execution stack
|
void |
pushStack(String name)
push the execution stack
|
public abstract void addInfo(org.zkoss.json.JSONObject info)
public void addInfo(ExecutionInfo info)
BindingExecutionInfoCollectoraddInfo in interface BindingExecutionInfoCollectorpublic void pushStack(String name)
BindingExecutionInfoCollectorpushStack in interface BindingExecutionInfoCollectorpublic String popStack()
BindingExecutionInfoCollectorpopStack in interface BindingExecutionInfoCollectorCopyright © 2020. All rights reserved.