The listener Element"

From Documentation
(Replaced content with '{{ZKConfigurationReferencePageHeader}} {{ZKConfigurationReferenceHeadingToc}} ==Version History== {| border='1px' | width="100%" ! Version !! Date !! Content |- | 5.0.4 |…')
m
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
  
  {{ZKConfigurationReferenceHeadingToc}}
+
'''Syntax:'''
 +
  <listener>
 +
    <listener-class>''a_class_name''</listener-class>
 +
</listener>
  
==Version History==
+
Specifies the name of the class that implements one of the following interfaces. Depending on the interface(s) it implements, it will be invoked when the corresponding situation occurs.
  
{| border='1px' | width="100%"
+
{{ZKConfigurationReferenceHeadingToc}}
! Version !! Date !! Content
 
|-
 
| 5.0.4
 
| August 2010
 
| Variable resolvers (<javadoc>org.zkoss.xel.VariableResolver</javadoc>) can be the listener to provide system-wide variable resolvers.
 
|}
 
  
 
{{ZKConfigurationReferencePageFooter}}
 
{{ZKConfigurationReferencePageFooter}}

Revision as of 04:32, 31 March 2011


The listener Element


Syntax:

<listener>
    <listener-class>a_class_name</listener-class>
</listener>

Specifies the name of the class that implements one of the following interfaces. Depending on the interface(s) it implements, it will be invoked when the corresponding situation occurs.





Last Update : 2011/03/31

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