public class PlayStreamingSourceEvent extends SoundEvent
Event.HasResult, Event.Result
Modifier and Type | Field and Description |
---|---|
SoundManager |
manager |
String |
name |
float |
x |
float |
y |
float |
z |
Constructor and Description |
---|
PlayStreamingSourceEvent(SoundManager manager,
String name,
float x,
float y,
float z) |
getResult
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult
public final SoundManager manager
public final String name
public final float x
public final float y
public final float z
public PlayStreamingSourceEvent(SoundManager manager, String name, float x, float y, float z)