Package com.cksource.ckfinder.event
Class LoadConfigEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
com.cksource.ckfinder.event.Event
com.cksource.ckfinder.event.LoadConfigEvent
- All Implemented Interfaces:
Serializable
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:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.context.ApplicationEvent
getTimestamp
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
LoadConfigEvent
Constructs the event.- Parameters:
source
- the object on which the event initially occurredconfig
- configuration object
-
-
Method Details
-
getConfig
- Returns:
- base configuration object
-
setConfig
Sets the base configuration object.- Parameters:
config
- base configuration object
-