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
.