Interface ConfigurationActionEvent


  • @SupportedAll
    public interface ConfigurationActionEvent
    The ConfigurationActionEvent class represents Configuration event.
    • Method Detail

      • getType

        int getType()
        Returns the type of this event.
        Returns:
        The type of this event. Possible types are :
        • ADDED,
        • DELETED and
        • MODIFIED
      • getConfigurationName

        String getConfigurationName()
        Returns configuration name.
        Returns:
        configuration name or null if it is default configuration.
      • getComponentName

        String getComponentName()
        Returns component name.
        Returns:
        component name
      • getRealm

        String getRealm()
        Returns realm name.
        Returns:
        realm name or null if it is default configuration.