Apache CXF API

org.apache.cxf.bus.spring
Class BusApplicationListener

java.lang.Object
  extended by org.apache.cxf.bus.spring.BusApplicationListener
All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener

public class BusApplicationListener
extends Object
implements org.springframework.context.ApplicationListener, org.springframework.context.ApplicationContextAware


Constructor Summary
BusApplicationListener()
           
 
Method Summary
 void onApplicationEvent(org.springframework.context.ApplicationEvent event)
          
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusApplicationListener

public BusApplicationListener()
Method Detail

onApplicationEvent

public void onApplicationEvent(org.springframework.context.ApplicationEvent event)

Specified by:
onApplicationEvent in interface org.springframework.context.ApplicationListener

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

Apache CXF API

Apache CXF