public class RegistrationListenerImpl extends Object implements MutableRegistrationListener
| Constructor and Description |
|---|
RegistrationListenerImpl() |
RegistrationListenerImpl(org.osgi.service.blueprint.reflect.RegistrationListener source) |
RegistrationListenerImpl(org.osgi.service.blueprint.reflect.Target listenerComponent,
String registrationMethod,
String unregistrationMethod) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.service.blueprint.reflect.Target |
getListenerComponent() |
String |
getRegistrationMethod() |
String |
getUnregistrationMethod() |
void |
setListenerComponent(org.osgi.service.blueprint.reflect.Target listenerComponent) |
void |
setRegistrationMethod(String registrationMethod) |
void |
setUnregistrationMethod(String unregistrationMethod) |
String |
toString() |
public RegistrationListenerImpl()
public RegistrationListenerImpl(org.osgi.service.blueprint.reflect.Target listenerComponent,
String registrationMethod,
String unregistrationMethod)
public RegistrationListenerImpl(org.osgi.service.blueprint.reflect.RegistrationListener source)
public org.osgi.service.blueprint.reflect.Target getListenerComponent()
getListenerComponent in interface org.osgi.service.blueprint.reflect.RegistrationListenerpublic void setListenerComponent(org.osgi.service.blueprint.reflect.Target listenerComponent)
setListenerComponent in interface MutableRegistrationListenerpublic String getRegistrationMethod()
getRegistrationMethod in interface org.osgi.service.blueprint.reflect.RegistrationListenerpublic void setRegistrationMethod(String registrationMethod)
setRegistrationMethod in interface MutableRegistrationListenerpublic String getUnregistrationMethod()
getUnregistrationMethod in interface org.osgi.service.blueprint.reflect.RegistrationListenerpublic void setUnregistrationMethod(String unregistrationMethod)
setUnregistrationMethod in interface MutableRegistrationListenerCopyright © 2025. All rights reserved.