com.threerings.opengl.model
Class Animation.AnimationOp

java.lang.Object
  extended by 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.


Field Summary
protected  Animation _animation
          The relevant animation.
 
Constructor Summary
protected Animation.AnimationOp()
           
 
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
 
Methods inherited from interface com.samskivert.util.ObserverList.ObserverOp
apply
 

Field Detail

_animation

protected Animation _animation
The relevant animation.

Constructor Detail

Animation.AnimationOp

protected Animation.AnimationOp()
Method Detail

clear

public void clear()
Clears out the animation reference.