com.threerings.opengl.model
Class Animation.AnimationOp
java.lang.Object
com.threerings.opengl.model.Animation.AnimationOp
- All Implemented Interfaces:
- ObserverList.ObserverOp<AnimationObserver>
- Direct Known Subclasses:
- Animation.StartedOp, Animation.StoppedOp
- Enclosing class:
- Animation
protected abstract static class Animation.AnimationOp
- extends Object
- implements ObserverList.ObserverOp<AnimationObserver>
Animation op base class.
|
Method Summary |
void |
clear()
Clears out the animation reference. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_animation
protected Animation _animation
- The relevant animation.
Animation.AnimationOp
protected Animation.AnimationOp()
clear
public void clear()
- Clears out the animation reference.