org.apache.aries.blueprint.mutable
Interface MutableReferenceListener
- All Superinterfaces:
- org.osgi.service.blueprint.reflect.ReferenceListener
- All Known Implementing Classes:
- ReferenceListenerImpl
public interface MutableReferenceListener
- extends org.osgi.service.blueprint.reflect.ReferenceListener
A mutable version of the Listener that allows modifications.
- Version:
- $Rev$, $Date$
| Methods inherited from interface org.osgi.service.blueprint.reflect.ReferenceListener |
getBindMethod, getListenerComponent, getUnbindMethod |
setListenerComponent
void setListenerComponent(org.osgi.service.blueprint.reflect.Target listenerComponent)
setBindMethod
void setBindMethod(String bindMethodName)
setUnbindMethod
void setUnbindMethod(String unbindMethodName)
Copyright © 2009-2015 The Apache Software Foundation. All Rights Reserved.