Package com.reportmill.graphics
Interface RMAnimator.Listener
- All Known Implementing Classes:
Animation
,RMNestedDoc
- Enclosing class:
- RMAnimator
public static interface RMAnimator.Listener
An interface for classes that want to receive notification of certain animator events.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
animatorDidStop
(RMAnimator anAnimator) void
animatorDidUpdate
(RMAnimator anAnimator)
-
Method Details
-
animatorDidUpdate
-
animatorDidStop
-