org.zkoss.bind.sys.debugger
Interface BindingExecutionInfoCollector

All Known Implementing Classes:
AbstractExecutionInfoCollector, DefaultExecutionInfoCollector

public interface BindingExecutionInfoCollector

the collector to collect runtime binding execution information

Since:
6.5.2
Author:
dennis

Method Summary
 void addInfo(ExecutionInfo info)
          add an execution information
 java.lang.String popStack()
          pop the execution stack
 void pushStack(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



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo