The listener Element"

From Documentation
m
 
Line 1: Line 1:
 
{{ZKConfigurationReferencePageHeader}}
 
{{ZKConfigurationReferencePageHeader}}
  
'''Syntax:'''
+
<syntaxhighlight lang='xml'>
 
  <listener>
 
  <listener>
 
     <listener-class>''a_class_name''</listener-class>
 
     <listener-class>''a_class_name''</listener-class>
 
  </listener>
 
  </listener>
 +
</syntaxhighlight>
  
 
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.
 
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.

Latest revision as of 07:04, 8 July 2022


The listener Element


 <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 : 2022/07/08

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