org.springframework.osgi.service.exporter.support
Interface ServicePropertiesListenerManager


public interface ServicePropertiesListenerManager

Service properties change listener manager.

Author:
Costin Leau

Method Summary
 void addListener(ServicePropertiesChangeListener listener)
          Adds a listener to be notified of any service properties changes.
 void removeListener(ServicePropertiesChangeListener listener)
          Removes a listener interested in service properties changes.
 

Method Detail

addListener

void addListener(ServicePropertiesChangeListener listener)
Adds a listener to be notified of any service properties changes.

Parameters:
listener - service properties change listener

removeListener

void removeListener(ServicePropertiesChangeListener listener)
Removes a listener interested in service properties changes.

Parameters:
listener - service properties change listener


Copyright © 2006-2011 Spring Framework. All Rights Reserved.