Uses of Interface
zombie.loading.DeferredResource

Packages that use DeferredResource
zombie.loading   
zombie.openal   
 

Uses of DeferredResource in zombie.loading
 

Methods in zombie.loading that return DeferredResource
 DeferredResource LoadingList.getNext()
          get the next resource that requries loading
 

Methods in zombie.loading with parameters of type DeferredResource
 void LoadingList.add(DeferredResource resource)
          Add a resource to be loaded at some later date
 void LoadingList.remove(DeferredResource resource)
          Remove a resource from the list that has been loaded for other reasons.
 

Uses of DeferredResource in zombie.openal
 

Classes in zombie.openal that implement DeferredResource
 class DeferredSound
          A sound implementation that can load the actual sound file at a later point.