org.apache.batik.dom.svg
Interface ModificationHandler

All Known Implementing Classes:
SVGOMAnimatedNumberList, SVGOMAnimatedLength, SVGOMAnimatedTransformList, SVGOMNumberList

public interface ModificationHandler

This interface represents objects that handle the modifications of a value.


Method Summary
 java.lang.Object getObject(java.lang.Object key)
          Returns the object associated with the given key.
 void valueChanged(java.lang.Object object, java.lang.String value)
          Called when the handled value has been modified.
 

Method Detail

valueChanged

public void valueChanged(java.lang.Object object,
                         java.lang.String value)
Called when the handled value has been modified.
Parameters:
object - The modified object.
value - The new value.

getObject

public java.lang.Object getObject(java.lang.Object key)
Returns the object associated with the given key.
Parameters:
key - The key to use to retreive the object.


Copyright © 2001 Apache Software Foundation. All Rights Reserved.