Uses of Interface
com.ibm.websphere.servlet.event.ApplicationListener
-
Packages that use ApplicationListener Package Description com.ibm.websphere.servlet.event -
-
Uses of ApplicationListener in com.ibm.websphere.servlet.event
Methods in com.ibm.websphere.servlet.event with parameters of type ApplicationListener Modifier and Type Method Description void
ServletContextEventSource. addApplicationListener(ApplicationListener al)
Register a listener for application events.void
ServletContextEventSource. removeApplicationListener(ApplicationListener al)
Deregister a listener for application events.
-