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