Class PSinventoryBootstrap
java.lang.Object
org.xbricks.inventories.psinventory.bootstrap.PSinventoryBootstrap
- All Implemented Interfaces:
EventListener
,org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
,PluginLoader
@Component
public class PSinventoryBootstrap
extends Object
implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>, PluginLoader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Initialize the application Do startup stuffvoid
onApplicationEvent
(org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent)
-
Constructor Details
-
PSinventoryBootstrap
public PSinventoryBootstrap()
-
-
Method Details
-
onApplicationEvent
public void onApplicationEvent(@Nullable org.springframework.context.event.ContextRefreshedEvent contextRefreshedEvent) - Specified by:
onApplicationEvent
in interfaceorg.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
-
initXbrickPlugIn
public void initXbrickPlugIn()Initialize the application Do startup stuff- Specified by:
initXbrickPlugIn
in interfacePluginLoader
-