@Singleton public class FunctionalityReadyNotifierImpl extends Object implements FunctionalityReadyNotifier
FunctionalityReadyNotifier.| Constructor and Description |
|---|
FunctionalityReadyNotifierImpl(org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
<T extends FunctionalityReady> |
register(Class<T> markerInterface)
Register a
FunctionalityReady marker. |
@Inject public FunctionalityReadyNotifierImpl(org.osgi.framework.BundleContext bundleContext)
public <T extends FunctionalityReady> FunctionalityReadyRegistration<T> register(Class<T> markerInterface)
FunctionalityReadyNotifierFunctionalityReady marker.register in interface FunctionalityReadyNotifiermarkerInterface - the marker FunctionalityReady marker interfaceFunctionalityReadyRegistration which allows to
FunctionalityReadyRegistration.unregister() the markerFunctionalityReadyCopyright © 2019 OpenDaylight. All rights reserved.