com.threerings.openal
Interface ClipBuffer.Observer

Enclosing class:
ClipBuffer

public static interface ClipBuffer.Observer

Used to notify parties interested in when a clip is loaded.


Method Summary
 void clipFailed(ClipBuffer buffer)
          Called when a clip has failed to prepare itself for one reason or other.
 void clipLoaded(ClipBuffer buffer)
          Called when a clip has completed loading and is ready to be played.
 

Method Detail

clipLoaded

void clipLoaded(ClipBuffer buffer)
Called when a clip has completed loading and is ready to be played.


clipFailed

void clipFailed(ClipBuffer buffer)
Called when a clip has failed to prepare itself for one reason or other.