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 Details

    • contextCreated

      void contextCreated(AbstractContext context)
      A context has been added
      Parameters:
      context -
    • contextRemoved

      void contextRemoved(AbstractContext context)
      A context has been removed
      Parameters:
      context -