Package org.apache.batik.anim
Class AnimationEngine.Listener
- java.lang.Object
-
- org.apache.batik.anim.AnimationEngine.Listener
-
- All Implemented Interfaces:
AnimationTargetListener
- Enclosing class:
- AnimationEngine
protected class AnimationEngine.Listener extends java.lang.Object implements AnimationTargetListener
Listener class for changes to base values on a target element.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Listener()
-
Method Summary
All Methods Instance Methods Concrete 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
public 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.- Specified by:
baseValueChanged
in interfaceAnimationTargetListener
-
-