Uses of Interface
crystalspace.jbind.interfaces.isound.wrapper.iSoundWrapper

Packages that use iSoundWrapper
crystalspace.jbind.impl.map   
crystalspace.jbind.impl.sound.wrapper   
crystalspace.jbind.interfaces.imap   
 

Uses of iSoundWrapper in crystalspace.jbind.impl.map
 

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

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

Classes in crystalspace.jbind.impl.sound.wrapper that implement iSoundWrapper
 class csSoundWrapper
           
 

Uses of iSoundWrapper in crystalspace.jbind.interfaces.imap
 

Methods in crystalspace.jbind.interfaces.imap that return iSoundWrapper
 iSoundWrapper iLoader.loadSound(java.lang.String name, java.lang.String fname)
          Load a sound file, register the sound and create a wrapper object for it.