Package com.logicaldoc.core
Class ContextInitializer
java.lang.Object
com.logicaldoc.core.ContextInitializer
- All Implemented Interfaces:
EventListener
,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
public abstract class ContextInitializer
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
A super class for those initializers that prepare the environment for
execution when the Context has been initialized and the database connected.
- Since:
- 9.2
- Author:
- Marco Meschieri - LogicalDOC
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
onApplicationEvent
(org.springframework.context.event.ContextRefreshedEvent event)
-
Constructor Details
-
ContextInitializer
public ContextInitializer()
-
-
Method Details
-
onApplicationEvent
public final void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event) - Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-