Package org.apache.axis2.context
Interface ContextListener
public interface ContextListener
A ContextListener gets informed about new context creations & removal of existing contexts.
Register one with a ConfigurationContext and you'll get notifications for every
sub-context creation & removal event.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcontextCreated(AbstractContext context) A context has been addedvoidcontextRemoved(AbstractContext context) A context has been removed
-
Method Details
-
contextCreated
A context has been added- Parameters:
context-
-
contextRemoved
A context has been removed- Parameters:
context-
-