Package org.apache.batik.anim.dom
Interface AnimationTargetListener
-
- All Known Implementing Classes:
AnimationEngine.Listener
public interface AnimationTargetListener
A listener class for animation targets. This will be for the animation engine to be notified of updates to dependencies such as font size changes and viewport sizes.- Version:
- $Id: AnimationTargetListener.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
baseValueChanged(AnimationTarget t, java.lang.String ns, java.lang.String ln, boolean isCSS)
Invoked to indicate that base value of the specified attribute or property has changed.
-
-
-
Method Detail
-
baseValueChanged
void baseValueChanged(AnimationTarget t, java.lang.String ns, java.lang.String ln, boolean isCSS)
Invoked to indicate that base value of the specified attribute or property has changed.
-
-