com.threerings.openal
Interface Sound.StartObserver

Enclosing class:
Sound

public static interface Sound.StartObserver

Used to await notification of the starting of a sound which may be delayed in loading.


Method Summary
 void soundStarted(Sound sound)
          Called when the specified sound has started playing.
 

Method Detail

soundStarted

void soundStarted(Sound sound)
Called when the specified sound has started playing. If sound is null then the sound failed to play but soundStarted was called anyway to perform whatever actions were waiting on the sound.