The listener Element"

From Documentation
m
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
 +
 +
'''Syntax:'''
 +
<listener>
 +
    <listener-class>''a_class_name''</listener-class>
 +
</listener>
 +
 +
Specifies the name of the class that implements one of the interfaces specified in [[ZK Configuration Reference/zk.xml/The listener Element|zk.xml's listener element]]. Depending on the interface(s) it implements, it will be invoked when the corresponding situation occurs.
  
 
=Version History=
 
=Version History=

Revision as of 07:23, 21 December 2010


The listener Element


Syntax:

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

Specifies the name of the class that implements one of the interfaces specified in zk.xml's listener element. Depending on the interface(s) it implements, it will be invoked when the corresponding situation occurs.

Version History

Last Update : 2010/12/21


Version Date Content
     



Last Update : 2010/12/21

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