zombie.loading
Interface DeferredResource

All Known Implementing Classes:
DeferredSound

public interface DeferredResource

A description of any class providing a resource handle that be loaded at a later date (i.e. deferrred)

Author:
kevin

Method Summary
 java.lang.String getDescription()
          get a description of the resource to be loaded
 void load()
          Load the actual resource
 

Method Detail

getDescription

java.lang.String getDescription()
get a description of the resource to be loaded

Returns:
The description of the resource to be loaded

load

void load()
          throws java.io.IOException
Load the actual resource

Throws:
java.io.IOException - Indicates a failure to load the resource