Uses of Interface
org.apache.axis2.context.ContextListener
-
Packages that use ContextListener Package Description org.apache.axis2.clustering.state org.apache.axis2.context -
-
Uses of ContextListener in org.apache.axis2.clustering.state
Classes in org.apache.axis2.clustering.state that implement ContextListener Modifier and Type Class Description class
ClusteringContextListener
-
Uses of ContextListener in org.apache.axis2.context
Fields in org.apache.axis2.context with type parameters of type ContextListener Modifier and Type Field Description protected List<ContextListener>
ConfigurationContext. contextListeners
Methods in org.apache.axis2.context with parameters of type ContextListener Modifier and Type Method Description void
ConfigurationContext. addContextListener(ContextListener contextListener)
Register aContextListener
to be notified of all sub-context events.void
ConfigurationContext. removeContextListener(ContextListener contextListener)
Remove an already registeredContextListener
-