Package org.apache.batik.anim
Class AnimationEngine.Listener
java.lang.Object
org.apache.batik.anim.AnimationEngine.Listener
- All Implemented Interfaces:
AnimationTargetListener
- Enclosing class:
- AnimationEngine
Listener class for changes to base values on a target element.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
baseValueChanged
(AnimationTarget t, String ns, String ln, boolean isCSS) Invoked to indicate that base value of the specified attribute or property has changed.
-
Constructor Details
-
Listener
protected Listener()
-
-
Method Details
-
baseValueChanged
Invoked to indicate that base value of the specified attribute or property has changed.- Specified by:
baseValueChanged
in interfaceAnimationTargetListener
-