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 BindingExecutionInfoCollector
BinderImpl. getBindingExecutionInfoCollector()
-
Uses of BindingExecutionInfoCollector in org.zkoss.bind.sys
Methods in org.zkoss.bind.sys that return BindingExecutionInfoCollector Modifier and Type Method Description BindingExecutionInfoCollector
BinderCtrl. 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 BindingExecutionInfoCollector
DebuggerFactory. 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 class
AbstractExecutionInfoCollector
abstract implementationclass
DefaultExecutionInfoCollector
Methods in org.zkoss.bind.sys.debugger.impl that return BindingExecutionInfoCollector Modifier and Type Method Description protected BindingExecutionInfoCollector
DefaultDebuggerFactory. createBindingExecutionInfoCollector()
BindingExecutionInfoCollector
DefaultDebuggerFactory. getExecutionInfoCollector()
-