org.openwms.core.service.spring.startup
Class LocalServiceInitializer

java.lang.Object
  extended by 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 MergePropertiesEvents whenever the bundle is started or restarted.

Since:
0.1
Version:
$Revision: $
Author:
Heiko Scherrer

Constructor Summary
LocalServiceInitializer()
           
 
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
 

Constructor Detail

LocalServiceInitializer

public LocalServiceInitializer()
Method Detail

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.