Uses of Interface
zombie.core.audio.AudioManager.PostLoadEvent

Packages that use AudioManager.PostLoadEvent
zombie.core.audio   
 

Uses of AudioManager.PostLoadEvent in zombie.core.audio
 

Methods in zombie.core.audio with parameters of type AudioManager.PostLoadEvent
 AudioManager.AudioInstance AudioManager.LoadAudio(java.lang.String filename, AudioManager.PostLoadEvent event)
           
 

Constructors in zombie.core.audio with parameters of type AudioManager.PostLoadEvent
AudioManager.AudioLoaderThread(java.lang.Runnable runnable, java.lang.String fileToLoad, AudioManager.PostLoadEvent event)