waba.fx
Class SoundClipEvent

java.lang.Object
  |
  +--waba.ui.Event
        |
        +--waba.fx.SoundClipEvent

public class SoundClipEvent
extends Event

Events posted by a soundclip control.

Since:
SuperWaba 5.66

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

START

public static final int START
The event type when the play starts.

STOP

public static final int STOP
The event type when the play ends.

PAUSE

public static final int PAUSE
The event type when the play pauses.
Constructor Detail

SoundClipEvent

public SoundClipEvent(int type,
                      java.lang.Object target)

SoundClipEvent

public SoundClipEvent()