Interface RMAnimator.Listener

All Superinterfaces:
EventListener
All Known Implementing Classes:
Animation, RMNestedDoc
Enclosing class:
RMAnimator

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

    • animatorStarted

      void animatorStarted(RMAnimator anAnimator)
    • animatorUpdated

      void animatorUpdated(RMAnimator anAnimator)
    • animatorStopped

      void animatorStopped(RMAnimator anAnimator)