|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OsgiBundleApplicationContextEvent | |
---|---|
org.springframework.osgi.context.event | Event package for OSGi application contexts. |
org.springframework.osgi.extender.event | Spring-DM extender event package. |
Uses of OsgiBundleApplicationContextEvent in org.springframework.osgi.context.event |
---|
Subclasses of OsgiBundleApplicationContextEvent in org.springframework.osgi.context.event | |
---|---|
class |
OsgiBundleContextClosedEvent
Event raised when an ApplicationContext#close() method executes inside an OSGi bundle. |
class |
OsgiBundleContextFailedEvent
Event raised when an ApplicationContext failed. |
class |
OsgiBundleContextRefreshedEvent
Event raised when an ApplicationContext#refresh() method executes successfully inside an OSGi. |
Methods in org.springframework.osgi.context.event with parameters of type OsgiBundleApplicationContextEvent | |
---|---|
void |
OsgiBundleApplicationContextEventMulticaster.multicastEvent(OsgiBundleApplicationContextEvent osgiListener)
Multicast the given application event to appropriate listeners. |
void |
OsgiBundleApplicationContextEventMulticasterAdapter.multicastEvent(OsgiBundleApplicationContextEvent osgiEvent)
|
void |
OsgiBundleApplicationContextListener.onOsgiApplicationEvent(OsgiBundleApplicationContextEvent event)
Handles an OSGi application event. |
Uses of OsgiBundleApplicationContextEvent in org.springframework.osgi.extender.event |
---|
Subclasses of OsgiBundleApplicationContextEvent in org.springframework.osgi.extender.event | |
---|---|
class |
BootstrappingDependencyEvent
Spring-DM Extender bootstrapping event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |