|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--waba.ui.Event
|
+--superwaba.ext.xplat.game.AnimationEvent
Events posted by an animation control.
| Field Summary | |
static int |
FINISH
The event type when the animation ends. |
static int |
FRAME
The event type when a new frame is displayed. |
static int |
LOOP
The event type when the animation loops. |
| Fields inherited from class waba.ui.Event |
consumed,
target,
timeStamp,
type |
| Constructor Summary | |
AnimationEvent(int type,
java.lang.Object target)
|
|
| Methods inherited from class waba.ui.Event |
getNextAvailableEventId,
isAvailable,
touch |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public static final int LOOP
public static final int FRAME
public static final int FINISH
| Constructor Detail |
public AnimationEvent(int type,
java.lang.Object target)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||