Uses of Interface
org.zkoss.zk.ui.util.Monitor
-
Packages that use Monitor Package Description org.zkoss.zk.ui.util -
-
Uses of Monitor in org.zkoss.zk.ui.util
Classes in org.zkoss.zk.ui.util that implement Monitor Modifier and Type Class Description classStatisticAn implementation ofMonitorto accumulate statistic data in memory.Methods in org.zkoss.zk.ui.util that return Monitor Modifier and Type Method Description MonitorConfiguration. getMonitor()Returns the monitor for this application, or null if not set.MonitorConfiguration. setMonitor(Monitor monitor)Sets the monitor for this application, or null to disable it.Methods in org.zkoss.zk.ui.util with parameters of type Monitor Modifier and Type Method Description MonitorConfiguration. setMonitor(Monitor monitor)Sets the monitor for this application, or null to disable it.
-