Klasse ConfigurationModificationEvent
java.lang.Object
com.inet.config.ConfigurationChangeEvent
com.inet.config.ConfigurationModificationEvent
A ConfigurationModificationEvent is fired when a configuration is modified.
-
Feldübersicht
Von Klasse geerbte Felder ConfigurationChangeEvent
TYPE_CHANGE, TYPE_CLEAR, TYPE_COPY, TYPE_CREATE, TYPE_DELETE, TYPE_IMPORT, TYPE_MODIFY, TYPE_MODIFY_DEFAULT -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConfigurationModificationEvent(Configuration configuration, boolean isCurrent, List<String> key) Creates an instance of a modification event.ConfigurationModificationEvent(Configuration configuration, boolean isCurrent, List<String> key, int eventType) Creates an instance of a modification event. -
Methodenübersicht
Modifikator und TypMethodeBeschreibungreturns the key of the property which was modified, leading to the ConfigurationModificationEvent.Von Klasse geerbte Methoden ConfigurationChangeEvent
getChangedConfiguration, getChangedConfigurationName, getChangedConfigurationScope, getType, isCurrentConfiguration
-
Konstruktordetails
-
ConfigurationModificationEvent
public ConfigurationModificationEvent(Configuration configuration, boolean isCurrent, List<String> key) Creates an instance of a modification event.- Parameter:
configuration- the changed or new configurationisCurrent- whether configuration is the current configurationkey- 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 configurationisCurrent- whether configuration is the current configurationkey- keys of properties which were modified.eventType- the type of the event- Seit:
- inetcore 1.0
-
-
Methodendetails
-
getChangedKeys
-