|
Class Summary |
| AbstractAdapter |
Abstract base class for all adapters. |
| BundleEventAdapter |
This class registers itself as a listener for bundle events and posts them via
the EventAdmin as specified in 113.6.4 OSGi R4 compendium. |
| FrameworkEventAdapter |
This class registers itself as a listener for framework events and posts them via
the EventAdmin as specified in 113.6.3 OSGi R4 compendium. |
| LogEventAdapter |
This class registers itself as a listener for LogReaderService services
with the framework and subsequently, a LogListener callback with any
currently available LogReaderService. |
| ServiceEventAdapter |
This class registers itself as a listener for service events and posts them via
the EventAdmin as specified in 113.6.5 OSGi R4 compendium. |