Uses of Interface
org.apache.muse.ws.resource.properties.listeners.PropertyChangeListener

Packages that use PropertyChangeListener
org.apache.muse.ws.dm.muws.impl   
org.apache.muse.ws.notification.properties   
org.apache.muse.ws.resource.properties.impl   
org.apache.muse.ws.resource.properties.listeners   
 

Uses of PropertyChangeListener in org.apache.muse.ws.dm.muws.impl
 

Classes in org.apache.muse.ws.dm.muws.impl that implement PropertyChangeListener
 class MetricUpdateListener
          MetricUpdateListener is a simple property listener that pings the Metric data structure to record a timestamp for the metric update.
 

Uses of PropertyChangeListener in org.apache.muse.ws.notification.properties
 

Classes in org.apache.muse.ws.notification.properties that implement PropertyChangeListener
 class ChangeNotificationListener
          ChangeNotificationListener is a PropertyChangeListener that reports changes in a resource property to the WS-N topic that represents the property.
 

Methods in org.apache.muse.ws.notification.properties that return PropertyChangeListener
 PropertyChangeListener ChangeNotificationListenerFactory.newInstance(QName propertyQName, WsResource resource)
           
 PropertyChangeListener WsrpNotificationListenerFactory.newInstance(QName property, WsResource resource)
           
 

Uses of PropertyChangeListener in org.apache.muse.ws.resource.properties.impl
 

Methods in org.apache.muse.ws.resource.properties.impl with parameters of type PropertyChangeListener
 void SimpleResourcePropertyCollection.addChangeListener(PropertyChangeListener listener)
           
 void SimpleResourcePropertyCollection.removeChangeListener(PropertyChangeListener listener)
           
 

Uses of PropertyChangeListener in org.apache.muse.ws.resource.properties.listeners
 

Methods in org.apache.muse.ws.resource.properties.listeners with parameters of type PropertyChangeListener
 void ResourcePropertyListeners.addChangeListener(PropertyChangeListener listener)
          Associates the given listener with the appropriate property.
 void ResourcePropertyListeners.removeChangeListener(PropertyChangeListener listener)
          Removes the assocation between the given listener and its property.
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.