Interface RMAnimator.Listener

  • All Superinterfaces:
    java.util.EventListener
    All Known Implementing Classes:
    Animation, RMNestedDoc
    Enclosing class:
    RMAnimator

    public static interface RMAnimator.Listener
    extends java.util.EventListener
    An interface for classes that want to receive notification of certain animator events.
    • Method Detail

      • animatorStarted

        void animatorStarted​(RMAnimator anAnimator)
      • animatorUpdated

        void animatorUpdated​(RMAnimator anAnimator)
      • animatorStopped

        void animatorStopped​(RMAnimator anAnimator)