FrameworkListener
Syntax
public interface FrameworkListener extends java.util.EventListener
All Superinterfaces: java.util.EventListener
Description
FrameworkEvent listener. FrameworkListener is an interface that may be implemented by a bundle programmer. A FrameworkListener is registered with the framework using the BundleContext.addFrameworkListener (FrameworkListener) method. FrameworkListeners are called with a FrameworkEvent when the framework starts and when asynchronous errors occur.
See Also: FrameworkEvent
Member Summary | |
---|---|
Methods | |
public void | frameworkEvent(FrameworkEvent) |
Receive notification of a general framework event. |
Methods
frameworkEvent(FrameworkEvent)
public void frameworkEvent(FrameworkEvent event)
Receive notification of ...
Get Programming Open Service Gateways with Java Embedded Server™ Technology now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.