| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.context.event |
Event package for OSGi application contexts.
|
| org.eclipse.gemini.blueprint.extender.internal.activator | |
| org.eclipse.gemini.blueprint.extender.internal.blueprint.activator | |
| org.eclipse.gemini.blueprint.extender.internal.support |
Support package for Gemini Blueprint extender.
|
| Modifier and Type | Field and Description |
|---|---|
private OsgiBundleApplicationContextListener<E> |
ApplicationListenerAdapter.osgiListener |
| Modifier and Type | Method and Description |
|---|---|
void |
OsgiBundleApplicationContextEventMulticaster.addApplicationListener(OsgiBundleApplicationContextListener osgiListener)
Add an OSGi listener to be notified of all events.
|
void |
OsgiBundleApplicationContextEventMulticasterAdapter.addApplicationListener(OsgiBundleApplicationContextListener osgiListener)
Add an OSGi listener to be notified of all events.
|
(package private) static <E extends OsgiBundleApplicationContextEvent> |
ApplicationListenerAdapter.createAdapter(OsgiBundleApplicationContextListener<E> listener) |
void |
OsgiBundleApplicationContextEventMulticaster.removeApplicationListener(OsgiBundleApplicationContextListener osgiListener)
Remove an OSGi listener from the notification list.
|
void |
OsgiBundleApplicationContextEventMulticasterAdapter.removeApplicationListener(OsgiBundleApplicationContextListener osgiListener)
Remove an OSGi listener from the notification list.
|
| Constructor and Description |
|---|
ApplicationListenerAdapter(OsgiBundleApplicationContextListener<E> listener) |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ListListenerAdapter
Listener interface that delegates to a list of listener.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.Class<? extends OsgiBundleApplicationContextListener>,java.lang.Class<? extends OsgiBundleApplicationContextEvent>> |
ListListenerAdapter.eventCache |
| Modifier and Type | Class and Description |
|---|---|
class |
BlueprintContainerProcessor
Blueprint specific context processor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultOsgiBundleApplicationContextListener
Default application context event logger.
|
| Modifier and Type | Field and Description |
|---|---|
private OsgiBundleApplicationContextListener |
ExtenderConfiguration.contextEventListener |
| Modifier and Type | Method and Description |
|---|---|
private OsgiBundleApplicationContextListener |
ExtenderConfiguration.createDefaultApplicationContextListener() |
OsgiBundleApplicationContextListener |
ExtenderConfiguration.getContextEventListener()
Returns the contextEventListener.
|