Class BridgeContext.AnimatedAttrListener

    • Constructor Summary

      Constructors 
      Constructor Description
      AnimatedAttrListener()
      Creates a new AnimatedAttributeListener.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void animatedAttributeChanged​(org.w3c.dom.Element e, AnimatedLiveAttributeValue alav)
      Called to notify an object of a change to the animated value of an animated XML attribute.
      void otherAnimationChanged​(org.w3c.dom.Element e, java.lang.String type)
      Called to notify an object of a change to the value of an 'other' animation.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AnimatedAttrListener

        public AnimatedAttrListener()
        Creates a new AnimatedAttributeListener.
    • Method Detail

      • animatedAttributeChanged

        public void animatedAttributeChanged​(org.w3c.dom.Element e,
                                             AnimatedLiveAttributeValue alav)
        Called to notify an object of a change to the animated value of an animated XML attribute.
        Specified by:
        animatedAttributeChanged in interface AnimatedAttributeListener
        Parameters:
        e - the owner element of the changed animated attribute
        alav - the AnimatedLiveAttributeValue that changed
      • otherAnimationChanged

        public void otherAnimationChanged​(org.w3c.dom.Element e,
                                          java.lang.String type)
        Called to notify an object of a change to the value of an 'other' animation.
        Specified by:
        otherAnimationChanged in interface AnimatedAttributeListener
        Parameters:
        e - the element being animated
        type - the type of animation whose value changed