The listener Element"

From Documentation
m
m (correct highlight (via JWB))
 
Line 6: Line 6:
 
  </listener>
 
  </listener>
  
It is used to specify the class name of a listener. The use is the same as [[ZK Configuration Reference/zk.xml/The listener Element|zk.xml's listener element]], except it is specified in a JAR file's <tt>config.xml</tt> rather than <tt>WEB-INF/zk.xml</tt>.
+
It is used to specify the class name of a listener. The use is the same as [[ZK Configuration Reference/zk.xml/The listener Element|zk.xml's listener element]], except it is specified in a JAR file's <code>config.xml</code> rather than <code>WEB-INF/zk.xml</code>.
  
 
=Version History=
 
=Version History=

Latest revision as of 08:51, 19 January 2022


The listener Element


Syntax:

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

It is used to specify the class name of a listener. The use is the same as zk.xml's listener element, except it is specified in a JAR file's config.xml rather than WEB-INF/zk.xml.

Version History

Last Update : 2022/01/19


Version Date Content
     



Last Update : 2022/01/19

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