org.apache.aries.blueprint.mutable
Interface MutableRegistrationListener
- All Superinterfaces:
- RegistrationListener
- All Known Implementing Classes:
- RegistrationListenerImpl
public interface MutableRegistrationListener
- extends RegistrationListener
A mutable version of the RegistrationListener that allows modifications.
- Version:
- $Rev$, $Date$
setListenerComponent
void setListenerComponent(Target listenerComponent)
setRegistrationMethod
void setRegistrationMethod(String registrationMethodName)
setUnregistrationMethod
void setUnregistrationMethod(String unregistrationMethodName)
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.