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) $

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

Method Detail

setListenerComponent

void setListenerComponent(org.osgi.service.blueprint.reflect.Target listenerComponent)

setBindMethod

void setBindMethod(String bindMethodName)

setUnbindMethod

void setUnbindMethod(String unbindMethodName)


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