org.apache.batik.dom.svg
Interface LiveAttributeValue
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 | attrAdded(Attr node, String newv)
Called when an Attr node has been added. |
void | attrModified(Attr node, String oldv, String newv)
Called when an Attr node has been modified. |
void | attrRemoved(Attr node, String oldv)
Called when an Attr node has been removed. |
public void attrAdded(Attr node, String newv)
Called when an Attr node has been added.
public void attrModified(Attr node, String oldv, String newv)
Called when an Attr node has been modified.
public void attrRemoved(Attr node, String oldv)
Called when an Attr node has been removed.
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.