The org.zkoss.zk.ui.util.PerformanceMeter interface"

From Documentation
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
  {{ZKConfigurationReferencePageHeader}}
 
  {{ZKConfigurationReferencePageHeader}}
'''Property:'''
 
org.zkoss.zk.ui.util.PerformanceMeter interface
 
  
<javadoc type="interface">org.zkoss.zk.ui.util.PerformanceMeter</javadoc> is implemented by a listener that will measure the performance. Unlike other listeners, there is at most one performance meter listener for each Web application. If you like, you can chain them together manually.
+
'''Listener:'''
 +
org.zkoss.zk.ui.util.PerformanceMeter
  
{{ZKConfigurationReferencePageFooter}}
+
A listener could implement <javadoc type="interface">org.zkoss.zk.ui.util.PerformanceMeter</javadoc> to measure the performance. Unlike other listeners, there is at most one performance meter listener for each Web application. If you like, you can chain them together manually.
 +
 
 +
'''Instantiation:'''
 +
Unlike most other listeners, at most one monitor is allowed in one application.
 +
In addition, it is shared, so the implementation must be thread safe.
 +
 
 +
{{ZKConfigurationReferencePageFooter}}

Latest revision as of 02:14, 8 August 2011


DocumentationZK Configuration Referencezk.xmlThe listener ElementThe org.zkoss.zk.ui.util.PerformanceMeter interface
The org.zkoss.zk.ui.util.PerformanceMeter interface


Listener:

org.zkoss.zk.ui.util.PerformanceMeter

A listener could implement PerformanceMeter to measure the performance. Unlike other listeners, there is at most one performance meter listener for each Web application. If you like, you can chain them together manually.

Instantiation: Unlike most other listeners, at most one monitor is allowed in one application. In addition, it is shared, so the implementation must be thread safe.



Last Update : 2011/08/08

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.