org.apache.geronimo.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: 766508 $, $Date: 2009-04-19 22:09:27 +0200 (Sun, 19 Apr 2009) $
Author:
Apache Geronimo Project

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 © 2003-2009 The Apache Software Foundation. All Rights Reserved.