Klasse ConfigurationModificationEvent

java.lang.Object
com.inet.config.ConfigurationChangeEvent
com.inet.config.ConfigurationModificationEvent

public class ConfigurationModificationEvent extends ConfigurationChangeEvent
A ConfigurationModificationEvent is fired when a configuration is modified.
  • Konstruktordetails

    • ConfigurationModificationEvent

      public ConfigurationModificationEvent(Configuration configuration, boolean isCurrent, List<String> key)
      Creates an instance of a modification event.
      Parameter:
      configuration - the changed or new configuration
      isCurrent - whether configuration is the current configuration
      key - keys of properties which were modified.
      Seit:
      inetcore 1.0
    • ConfigurationModificationEvent

      public ConfigurationModificationEvent(Configuration configuration, boolean isCurrent, List<String> key, int eventType)
      Creates an instance of a modification event.
      Parameter:
      configuration - the changed or new configuration
      isCurrent - whether configuration is the current configuration
      key - keys of properties which were modified.
      eventType - the type of the event
      Seit:
      inetcore 1.0
  • Methodendetails

    • getChangedKeys

      public List<String> getChangedKeys()
      returns the key of the property which was modified, leading to the ConfigurationModificationEvent.
      Gibt zurück:
      the key of the property which was modified, leading to the ConfigurationModificationEvent.
      Seit:
      inetcore 1.0