Uses of Interface
crystalspace.jbind.interfaces.isound.handle.iSoundHandle

Packages that use iSoundHandle
crystalspace.jbind.impl.map   
crystalspace.jbind.impl.sound.handle   
crystalspace.jbind.impl.sound.wrapper   
crystalspace.jbind.interfaces.imap   
crystalspace.jbind.interfaces.isound.wrapper   
 

Uses of iSoundHandle in crystalspace.jbind.impl.map
 

Methods in crystalspace.jbind.impl.map that return iSoundHandle
 iSoundHandle csLoader.loadSound(java.lang.String fname)
           
 

Uses of iSoundHandle in crystalspace.jbind.impl.sound.handle
 

Classes in crystalspace.jbind.impl.sound.handle that implement iSoundHandle
 class csSoundHandle
           
 

Uses of iSoundHandle in crystalspace.jbind.impl.sound.wrapper
 

Methods in crystalspace.jbind.impl.sound.wrapper that return iSoundHandle
 iSoundHandle csSoundWrapper.getSound()
           
 

Uses of iSoundHandle in crystalspace.jbind.interfaces.imap
 

Methods in crystalspace.jbind.interfaces.imap that return iSoundHandle
 iSoundHandle iLoader.loadSound(java.lang.String fname)
          Load a sound file and register the sound.
 

Uses of iSoundHandle in crystalspace.jbind.interfaces.isound.wrapper
 

Methods in crystalspace.jbind.interfaces.isound.wrapper that return iSoundHandle
 iSoundHandle iSoundWrapper.getSound()
          Return the sound handle.