org.springframework.osgi.context.event
Interface OsgiBundleApplicationContextListener

All Superinterfaces:
EventListener

public interface OsgiBundleApplicationContextListener
extends EventListener

OSGi specific listener interested in notifications regarding the life cycle of OSGi application contexts.

Note that this listener is normally used for distributing events to entities outside the source application context. For events sent inside the application context, consider using an ApplicationListener.

Author:
Costin Leau
See Also:
OsgiBundleContextRefreshedEvent, OsgiBundleContextFailedEvent

Method Summary
 void onOsgiApplicationEvent(OsgiBundleApplicationContextEvent event)
          Handles an OSGi application event.
 

Method Detail

onOsgiApplicationEvent

void onOsgiApplicationEvent(OsgiBundleApplicationContextEvent event)
Handles an OSGi application event.

Parameters:
event - OSGi application event


Copyright © 2006-2009 Spring Framework. All Rights Reserved.