org.openwms.core.service.spring.startup
Class LocalServiceInitializer
java.lang.Object
org.openwms.core.service.spring.startup.LocalServiceInitializer
- All Implemented Interfaces:
- EventListener, org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
@Component
public class LocalServiceInitializer
- extends Object
- implements org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
A LocalServiceInitializer fires MergePropertiesEvent
s whenever the
bundle is started or restarted.
- Since:
- 0.1
- Version:
- $Revision: $
- Author:
- Heiko Scherrer
Method Summary |
void |
onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalServiceInitializer
public LocalServiceInitializer()
onApplicationEvent
public void onApplicationEvent(org.springframework.context.event.ContextRefreshedEvent event)
-
- Specified by:
onApplicationEvent
in interface org.springframework.context.ApplicationListener<org.springframework.context.event.ContextRefreshedEvent>
- See Also:
ApplicationListener.onApplicationEvent(org.springframework.context.ApplicationEvent)
Copyright © 2005-2011 openwms.org. All Rights Reserved.