org.springframework.osgi.service.exporter.support
Class ServicePropertiesChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.springframework.osgi.service.exporter.support.ServicePropertiesChangeEvent
All Implemented Interfaces:
Serializable

public class ServicePropertiesChangeEvent
extends EventObject

Event indicating when a change occurred in the service properties.

Author:
Costin Leau
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ServicePropertiesChangeEvent(Map<?,?> properties)
           
 
Method Summary
 Map<?,?> getServiceProperties()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServicePropertiesChangeEvent

public ServicePropertiesChangeEvent(Map<?,?> properties)
Method Detail

getServiceProperties

public Map<?,?> getServiceProperties()


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