FileDocCategorySizeDatePackage
AppListenerDescriptor.javaAPI DocGlassfish v2 API2468Fri May 04 22:32:00 BST 2007com.sun.enterprise.deployment.web

AppListenerDescriptor

public interface AppListenerDescriptor
Objects exhibiting this interface represent a lifecycle listener. This represents the XML element in the servlet spec.
author
Vivek Nagar

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetListener()
Return the listener class.

return
the listener class name.

public voidsetListener(java.lang.String listener)
Set the listener class.

param
the listener class name.