クラス
com.jme3.animation.AnimControl の使用

AnimControl を使用しているパッケージ
com.jme3.animation The com.jme3.animation package contains various classes for managing animation inside a jME3 application. 
 

com.jme3.animation での AnimControl の使用
 

AnimControl を返す com.jme3.animation のメソッド
 AnimControl AnimChannel.getControl()
          Returns the parent control of this AnimChannel.
 

AnimControl 型のパラメータを持つ com.jme3.animation のメソッド
 void AnimEventListener.onAnimChange(AnimControl control, AnimChannel channel, java.lang.String animName)
          Invoked when a animation is set to play by the user on the given channel.
 void AnimEventListener.onAnimCycleDone(AnimControl control, AnimChannel channel, java.lang.String animName)
          Invoked when an animation "cycle" is done.
 void Animation.setTime(float time, float blendAmount, AnimControl control, AnimChannel channel)
           
 void BoneAnimation.setTime(float time, float blendAmount, AnimControl control, AnimChannel channel)
           
 void MeshAnimation.setTime(float time, float blendAmount, AnimControl control, AnimChannel channel)