@ConsumerType @FunctionalInterface public interface FrameworkListener extends java.util.EventListener
FrameworkEvent
listener. FrameworkListener
is a listener
interface that may be implemented by a bundle developer. When a
FrameworkEvent
is fired, it is asynchronously delivered to a
FrameworkListener
. The Framework delivers FrameworkEvent
objects to a FrameworkListener
in order and must not concurrently
call a FrameworkListener
.
A FrameworkListener
object is registered with the Framework using the
BundleContext.addFrameworkListener(FrameworkListener)
method.
FrameworkListener
objects are called with a FrameworkEvent
objects when the Framework starts and when asynchronous errors occur.
FrameworkEvent
Modifier and Type | Method and Description |
---|---|
void |
frameworkEvent(FrameworkEvent event)
Receives notification of a general
FrameworkEvent object. |
void frameworkEvent(FrameworkEvent event)
FrameworkEvent
object.event
- The FrameworkEvent
object.Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0