Interface IConfigurationEvent

All Superinterfaces:
IServerEvent
All Known Subinterfaces:
ICfgFileChangedEvent, IGlobalWorkflowCfgChangedEvent, ILanguagesChangedEvent, ILocaleFormatsChangedEvent, IPortalCfgChangedEvent, IUafcCfgChangedEvent, IWebdavServiceUpdateStatusEvent
All Known Implementing Classes:
de.uplanet.lucy.server.configuration.CfgFileChangedEvent, GlobalWorkflowCfgChangedEvent, PortalCfgChangedEvent, UafcCfgChangedEvent

@Scriptable public interface IConfigurationEvent extends IServerEvent
Events that signal a change in configuration settings should implement this interface.
See Also:
  • IConfigurationEventListener