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

@Scriptable public interface ICfgFileChangedEvent extends IConfigurationEvent
  • Method Summary

    Modifier and Type
    Method
    Description
    Get 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.