Uses of Interface
com.google.gwt.libideas.resources.client.SoundResourceCallback

Packages that use SoundResourceCallback
com.google.gwt.libideas.resources.client   
 

Uses of SoundResourceCallback in com.google.gwt.libideas.resources.client
 

Methods in com.google.gwt.libideas.resources.client with parameters of type SoundResourceCallback
 SoundResource.Handle SoundResource.play(SoundResourceCallback callback)
          Play the sound.
 SoundResource.Handle SoundResource.play(SoundResourceCallback callback, int volume, int pan)
          Play the sound.
 void SoundResource.prepare(SoundResourceCallback callback)
          Request that a demand-loaded sound resource is loaded and receive a callback when the SoundResource can be played.