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: 896324 $, $Date: 2010-01-06 06:05:04 +0000 (Wed, 06 Jan 2010) $
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-2011 The Apache Software Foundation. All Rights Reserved.