org.springframework.osgi.context.event
Interface OsgiBundleApplicationContextListener<E extends OsgiBundleApplicationContextEvent>

All Superinterfaces:
EventListener

public interface OsgiBundleApplicationContextListener<E extends OsgiBundleApplicationContextEvent>
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, OsgiBundleContextClosedEvent

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

Method Detail

onOsgiApplicationEvent

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

Parameters:
event - OSGi application event


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