Class AnimationEngine.Listener

    • 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.
      • Methods inherited from class java.lang.Object

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

      • Listener

        protected Listener()
    • 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 interface AnimationTargetListener