|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface AnimEventListener
AnimEventListener
allows user code to receive various
events regarding an AnimControl. For example, when an animation cycle is done.
メソッドの概要 | |
---|---|
void |
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 |
onAnimCycleDone(AnimControl control,
AnimChannel channel,
java.lang.String animName)
Invoked when an animation "cycle" is done. |
メソッドの詳細 |
---|
void onAnimCycleDone(AnimControl control, AnimChannel channel, java.lang.String animName)
control
- The control to which the listener is assigned.channel
- The channel being alteredanimName
- The new animation that is done.void onAnimChange(AnimControl control, AnimChannel channel, java.lang.String animName)
control
- The control to which the listener is assigned.channel
- The channel being alteredanimName
- The new animation name set.
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |