Uses of Class
org.apache.felix.eventadmin.impl.adapter.AbstractAdapter
-
Packages that use AbstractAdapter Package Description org.apache.felix.eventadmin.impl.adapter -
-
Uses of AbstractAdapter in org.apache.felix.eventadmin.impl.adapter
Subclasses of AbstractAdapter in org.apache.felix.eventadmin.impl.adapter Modifier and Type Class Description classBundleEventAdapterThis class registers itself as a listener for bundle events and posts them via the EventAdmin as specified in 113.6.4 OSGi R4 compendium.classFrameworkEventAdapterThis class registers itself as a listener for framework events and posts them via the EventAdmin as specified in 113.6.3 OSGi R4 compendium.classLogEventAdapterThis class registers itself as a listener forLogReaderServiceservices with the framework and subsequently, aLogListenercallback with any currently availableLogReaderService.classServiceEventAdapterThis class registers itself as a listener for service events and posts them via the EventAdmin as specified in 113.6.5 OSGi R4 compendium.
-