Package org.zkoss.bind.sys.debugger
Interface BindingExecutionInfoCollector
-
- All Known Implementing Classes:
AbstractExecutionInfoCollector,DefaultExecutionInfoCollector
public interface BindingExecutionInfoCollectorthe collector to collect runtime binding execution information- Since:
- 6.5.2
- Author:
- dennis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddInfo(ExecutionInfo info)add an execution informationjava.lang.StringpopStack()pop the execution stackvoidpushStack(java.lang.String name)push the execution stack
-
-
-
Method Detail
-
pushStack
void pushStack(java.lang.String name)
push the execution stack
-
popStack
java.lang.String popStack()
pop the execution stack
-
addInfo
void addInfo(ExecutionInfo info)
add an execution information
-
-