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.

Author:
Costin Leau
See Also:
OsgiBundleContextRefreshedEvent

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-2008 Spring Framework. All Rights Reserved.