Interface ICfgFileChangedEvent
- All Superinterfaces:
IConfigurationEvent
,IServerEvent
- All Known Subinterfaces:
IGlobalWorkflowCfgChangedEvent
,IPortalCfgChangedEvent
,IUafcCfgChangedEvent
- All Known Implementing Classes:
de.uplanet.lucy.server.configuration.CfgFileChangedEvent
,GlobalWorkflowCfgChangedEvent
,PortalCfgChangedEvent
,UafcCfgChangedEvent
-
Method Summary
Modifier and TypeMethodDescriptionGet the configuration file that's content has changed.
-
Method Details
-
getCfgFile
File getCfgFile()Get the configuration file that's content has changed.- Returns:
- The configuration file that's content has changed.
-