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.RegistrationListener
public void setListenerComponent(org.osgi.service.blueprint.reflect.Target listenerComponent)
setListenerComponent
in interface MutableRegistrationListener
public String getRegistrationMethod()
getRegistrationMethod
in interface org.osgi.service.blueprint.reflect.RegistrationListener
public void setRegistrationMethod(String registrationMethod)
setRegistrationMethod
in interface MutableRegistrationListener
public String getUnregistrationMethod()
getUnregistrationMethod
in interface org.osgi.service.blueprint.reflect.RegistrationListener
public void setUnregistrationMethod(String unregistrationMethod)
setUnregistrationMethod
in interface MutableRegistrationListener
Copyright © 2016. All rights reserved.