Package com.evolveum.midpoint.repo.api
Class SystemConfigurationChangeEvent
- java.lang.Object
-
- com.evolveum.midpoint.repo.api.SystemConfigurationChangeEvent
-
public class SystemConfigurationChangeEvent extends Object
Application event related to system configuration change. It is generated bySystemConfigurationChangeDispatcher
. TODO: This is not our (notification) Event, should we name it so? Shouldn't we rename notification events instead?
-
-
Constructor Summary
Constructors Constructor Description SystemConfigurationChangeEvent(SystemConfigurationType source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SystemConfigurationType
getSystemConfiguration()
-
-
-
Constructor Detail
-
SystemConfigurationChangeEvent
public SystemConfigurationChangeEvent(SystemConfigurationType source)
-
-
Method Detail
-
getSystemConfiguration
public SystemConfigurationType getSystemConfiguration()
-
-