|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--waba.ui.Event
|
+--waba.fx.SoundClipEvent
Events posted by a soundclip control.
| Field Summary | |
static int |
PAUSE
The event type when the play pauses. |
static int |
START
The event type when the play starts. |
static int |
STOP
The event type when the play ends. |
| Fields inherited from class waba.ui.Event |
consumed,
target,
timeStamp,
type |
| Constructor Summary | |
SoundClipEvent()
|
|
SoundClipEvent(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 START
public static final int STOP
public static final int PAUSE
| Constructor Detail |
public SoundClipEvent(int type,
java.lang.Object target)
public SoundClipEvent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||