org.apache.ws.resource.properties
Interface ResourcePropertyValueChangeEvent
- public interface ResourcePropertyValueChangeEvent
- Author:
- Ian P. Springer (Hewlett-Packard Company)
Method Summary |
java.lang.Object[] |
getNewValue()
Returns the new value of the property, as an array of property elements; may be null. |
java.lang.Object[] |
getOldValue()
Returns the old value of the property, as an array of property elements; may be null. |
getNewValue
public java.lang.Object[] getNewValue()
- Returns the new value of the property, as an array of property elements; may be null.
- Returns:
- the new value of the property, as an array of property elements; may be null
getOldValue
public java.lang.Object[] getOldValue()
- Returns the old value of the property, as an array of property elements; may be null.
- Returns:
- the old value of the property, as an array of property elements; may be null
Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.