org.apache.batik.dom.svg
Interface LiveAttributeValue

All Known Implementing Classes:
SVGOMLength, SVGOMNumberList, SVGOMRect, SVGOMTransformList

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.
 

Method Detail

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 © 2001 Apache Software Foundation. All Rights Reserved.