Class LoadConfigEvent

All Implemented Interfaces:
Serializable

public class LoadConfigEvent extends Event
The LoadConfigEvent event class.

This event is triggered only once, on application start. Its only purpose is to provide the CKFinder connector with a base configuration, by default obtained from ckfinder.yml file.

See Also:
  • Constructor Details

    • LoadConfigEvent

      public LoadConfigEvent(Object source, Config config)
      Constructs the event.
      Parameters:
      source - the object on which the event initially occurred
      config - configuration object
  • Method Details

    • getConfig

      public Config getConfig()
      Returns:
      base configuration object
    • setConfig

      public void setConfig(Config config)
      Sets the base configuration object.
      Parameters:
      config - base configuration object