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 voidServletContextEventSource. addApplicationListener(ApplicationListener al)Register a listener for application events.voidServletContextEventSource. removeApplicationListener(ApplicationListener al)Deregister a listener for application events.
-