org.apache.aries.blueprint.mutable
Interface MutableReferenceListener

All Superinterfaces:
ReferenceListener
All Known Implementing Classes:
ReferenceListenerImpl

public interface MutableReferenceListener
extends ReferenceListener

A mutable version of the Listener that allows modifications.

Version:
$Rev$, $Date$

Method Summary
 void setBindMethod(String bindMethodName)
           
 void setListenerComponent(Target listenerComponent)
           
 void setUnbindMethod(String unbindMethodName)
           
 
Methods inherited from interface org.osgi.service.blueprint.reflect.ReferenceListener
getBindMethod, getListenerComponent, getUnbindMethod
 

Method Detail

setListenerComponent

void setListenerComponent(Target listenerComponent)

setBindMethod

void setBindMethod(String bindMethodName)

setUnbindMethod

void setUnbindMethod(String unbindMethodName)


Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.