Uses of Interface
org.zkoss.bind.sys.debugger.BindingExecutionInfoCollector
-
Packages that use BindingExecutionInfoCollector Package Description org.zkoss.bind.impl org.zkoss.bind.sys org.zkoss.bind.sys.debugger org.zkoss.bind.sys.debugger.impl -
-
Uses of BindingExecutionInfoCollector in org.zkoss.bind.impl
Methods in org.zkoss.bind.impl that return BindingExecutionInfoCollector Modifier and Type Method Description BindingExecutionInfoCollectorBinderImpl. getBindingExecutionInfoCollector() -
Uses of BindingExecutionInfoCollector in org.zkoss.bind.sys
Methods in org.zkoss.bind.sys that return BindingExecutionInfoCollector Modifier and Type Method Description BindingExecutionInfoCollectorBinderCtrl. getBindingExecutionInfoCollector()get binding execution info collector -
Uses of BindingExecutionInfoCollector in org.zkoss.bind.sys.debugger
Methods in org.zkoss.bind.sys.debugger that return BindingExecutionInfoCollector Modifier and Type Method Description abstract BindingExecutionInfoCollectorDebuggerFactory. getExecutionInfoCollector()Get the collector, the sub-class have to consider the thread-safe issue when implementing. -
Uses of BindingExecutionInfoCollector in org.zkoss.bind.sys.debugger.impl
Classes in org.zkoss.bind.sys.debugger.impl that implement BindingExecutionInfoCollector Modifier and Type Class Description classAbstractExecutionInfoCollectorabstract implementationclassDefaultExecutionInfoCollectorMethods in org.zkoss.bind.sys.debugger.impl that return BindingExecutionInfoCollector Modifier and Type Method Description protected BindingExecutionInfoCollectorDefaultDebuggerFactory. createBindingExecutionInfoCollector()BindingExecutionInfoCollectorDefaultDebuggerFactory. getExecutionInfoCollector()
-