| Package | Description |
|---|---|
| com.threerings.media.animation |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SequencedAnimationObserver
Extends the animation observer interface with extra goodies.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnimationAdapter
An adapter class for
AnimationObserver. |
class |
AnimationWaiter
An abstract class that simplifies a common animation usage case in
which a number of animations are created and the creator would like to
be able to perform specific actions when each animation has completed
(see
AnimationWaiter.animationDidFinish(com.threerings.media.animation.Animation) and/or when all animations are
finished (see AnimationWaiter.allAnimationsFinished().) |
| Modifier and Type | Method and Description |
|---|---|
void |
Animation.addAnimationObserver(AnimationObserver obs)
Adds an animation observer to this animation's list of observers.
|
void |
Animation.removeAnimationObserver(AnimationObserver obs)
Removes an animation observer from this animation's list of observers.
|
Copyright © 2015. All rights reserved.