org.zkoss.bind.sys.debugger.impl
Class AbstractExecutionInfoCollector

java.lang.Object
  extended by org.zkoss.bind.sys.debugger.impl.AbstractExecutionInfoCollector
All Implemented Interfaces:
BindingExecutionInfoCollector
Direct Known Subclasses:
DefaultExecutionInfoCollector

public abstract class AbstractExecutionInfoCollector
extends java.lang.Object
implements BindingExecutionInfoCollector

abstract implementation

Author:
dennis

Constructor Summary
AbstractExecutionInfoCollector()
           
 
Method Summary
 void addInfo(ExecutionInfo info)
          add an execution information
abstract  void addInfo(JSONObject info)
           
 java.lang.String popStack()
          pop the execution stack
 void pushStack(java.lang.String name)
          push the execution stack
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractExecutionInfoCollector

public AbstractExecutionInfoCollector()
Method Detail

addInfo

public abstract void addInfo(JSONObject info)

pushStack

public void pushStack(java.lang.String name)
Description copied from interface: BindingExecutionInfoCollector
push the execution stack

Specified by:
pushStack in interface BindingExecutionInfoCollector

popStack

public java.lang.String popStack()
Description copied from interface: BindingExecutionInfoCollector
pop the execution stack

Specified by:
popStack in interface BindingExecutionInfoCollector

addInfo

public void addInfo(ExecutionInfo info)
Description copied from interface: BindingExecutionInfoCollector
add an execution information

Specified by:
addInfo in interface BindingExecutionInfoCollector


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