Interface IACLConfigProvider.IACLConfigListener

Enclosing interface:
IACLConfigProvider

public static interface IACLConfigProvider.IACLConfigListener
Configuration listener.
Version:
$Revision$ $Date$
Author:
Stepan Roh, Polarion Software
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies that configuration has changed (even if the configuration has been removed).
  • Method Details

    • configurationChanged

      void configurationChanged(@NotNull IContextId contextId, @Nullable Document config)
      Notifies that configuration has changed (even if the configuration has been removed).
      Parameters:
      contextId - context id (not null)
      config - parsed DOM or null if there is no configuration