Uses of Interface
uk.org.ogsadai.common.properties.PropertyListener

Packages that use PropertyListener
uk.org.ogsadai.common.properties This package provides classes and interfaces provide for the use of properties, both those where the property value is static and those where its value is provided on-demand via callbacks. 
uk.org.ogsadai.service.wsrf.properties This package provides classes that support the wrapping of OGSA-DAI data service resource properties in a form compatible with Globus Toolkit 4.0. 
 

Uses of PropertyListener in uk.org.ogsadai.common.properties
 

Classes in uk.org.ogsadai.common.properties that implement PropertyListener
 class PropertyEventDispatcher
          A thread-safe class for dispatching property events to a collection of property listeners.
 

Methods in uk.org.ogsadai.common.properties with parameters of type PropertyListener
 void Properties.addPropertyListener(PropertyListener listener)
          Registers a property listener.
 void PropertyEventDispatcher.addPropertyListener(PropertyListener listener)
          Registers a property listner which will be notified of subsequent property events.
 void PropertiesImpl.addPropertyListener(PropertyListener listener)
           
 

Uses of PropertyListener in uk.org.ogsadai.service.wsrf.properties
 

Classes in uk.org.ogsadai.service.wsrf.properties that implement PropertyListener
 class WSRFPropertyListener
          A property listener to add, remove and update Globus resource properties from Globus resource property sets whenever the corresponding properties are added, removed or updated from OGSA-DAI's own resource property sets.