Uses of Interface
org.zkoss.zk.ui.util.ExecutionMonitor
-
Packages that use ExecutionMonitor Package Description org.zkoss.zk.ui.util -
-
Uses of ExecutionMonitor in org.zkoss.zk.ui.util
Methods in org.zkoss.zk.ui.util that return ExecutionMonitor Modifier and Type Method Description ExecutionMonitorConfiguration. getExecutionMonitor()Returns the execution monitor for this application, or null if not set.ExecutionMonitorConfiguration. setExecutionMonitor(ExecutionMonitor monitor)Sets the execution monitor for this application, or null to disable it.Methods in org.zkoss.zk.ui.util with parameters of type ExecutionMonitor Modifier and Type Method Description ExecutionMonitorConfiguration. setExecutionMonitor(ExecutionMonitor monitor)Sets the execution monitor for this application, or null to disable it.
-