org.apache.ws.resource.properties
Interface ResourcePropertyValueChangeListener

All Superinterfaces:
java.util.EventListener

public interface ResourcePropertyValueChangeListener
extends java.util.EventListener

A listener that can be registered to listen for ResourcePropertyValueChangeEvents.


Method Summary
 void propertyChanged(ResourcePropertyValueChangeEvent propValueChangeEvent)
          A method that is called whenever a particular resource property's value changes as the result of the Insert, Delete, or Update component of a SetResourceProperties request.
 

Method Detail

propertyChanged

public void propertyChanged(ResourcePropertyValueChangeEvent propValueChangeEvent)
A method that is called whenever a particular resource property's value changes as the result of the Insert, Delete, or Update component of a SetResourceProperties request.

Parameters:
propValueChangeEvent -


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.