public abstract class SoundResultEvent extends SoundEvent
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
SoundManager |
manager |
String |
name |
float |
pitch |
SoundPoolEntry |
result |
SoundPoolEntry |
source |
float |
volume |
Constructor and Description |
---|
SoundResultEvent(SoundManager manager,
SoundPoolEntry source,
String name,
float volume,
float pitch) |
getResult
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
public final SoundManager manager
public final SoundPoolEntry source
public final String name
public final float volume
public final float pitch
public SoundPoolEntry result
public SoundResultEvent(SoundManager manager, SoundPoolEntry source, String name, float volume, float pitch)