Uses of Interface
com.google.gwt.libideas.resources.client.SoundResource.Handle

Packages that use SoundResource.Handle
com.google.gwt.libideas.resources.client   
 

Uses of SoundResource.Handle in com.google.gwt.libideas.resources.client
 

Methods in com.google.gwt.libideas.resources.client that return SoundResource.Handle
 SoundResource.Handle SoundResource.play()
          Play the sound.
 SoundResource.Handle SoundResource.play(int volume, int pan)
          Play the sound.
 SoundResource.Handle SoundResource.play(SoundResourceCallback callback)
          Play the sound.
 SoundResource.Handle SoundResource.play(SoundResourceCallback callback, int volume, int pan)
          Play the sound.