|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnimatedAttributeListener
An interface to listen for changes on any animatable XML attribute in
an SVGOMDocument
.
Method Summary | |
---|---|
void |
animatedAttributeChanged(Element e,
AnimatedLiveAttributeValue alav)
Called to notify an object of a change to the animated value of an animatable XML attribute. |
void |
otherAnimationChanged(Element e,
String type)
Called to notify an object of a change to the value of an 'other' animation. |
Method Detail |
---|
void animatedAttributeChanged(Element e, AnimatedLiveAttributeValue alav)
e
- the owner element of the changed animatable attributealav
- the AnimatedLiveAttributeValue that changedvoid otherAnimationChanged(Element e, String type)
e
- the element being animatedtype
- the type of animation whose value changed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |