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 class
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.class
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.class
LogEventAdapter
This class registers itself as a listener forLogReaderService
services with the framework and subsequently, aLogListener
callback with any currently availableLogReaderService
.class
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.
-