org.apache.batik.dom.svg
Interface LiveAttributeValue
- All Known Implementing Classes:
- SVGOMTransformList, SVGOMLength
- public interface LiveAttributeValue
This interface should be implemented by all the attribute values
objects that must be updated when the attribute node is modified.
Method Summary |
void |
valueChanged(Attr oldValue,
Attr newValue)
Called when the string representation of the value as been modified. |
valueChanged
public void valueChanged(Attr oldValue,
Attr newValue)
- Called when the string representation of the value as been modified.
- Parameters:
oldValue
- The old Attr node.newValue
- The new Attr node.
Copyright © 2000 Apache Software Foundation. All Rights Reserved.