com.threerings.resource
Interface ResourceManager.InitObserver

All Known Implementing Classes:
ResourceManager.AWTInitObserver
Enclosing class:
ResourceManager

public static interface ResourceManager.InitObserver

Provides facilities for notifying an observer of the resource unpacking process.


Method Summary
 void initializationFailed(Exception e)
          Indicates that there was a failure unpacking our resource bundles.
 void progress(int percent, long remaining)
          Indicates a percent completion along with an estimated time remaining in seconds.
 

Method Detail

progress

void progress(int percent,
              long remaining)
Indicates a percent completion along with an estimated time remaining in seconds.


initializationFailed

void initializationFailed(Exception e)
Indicates that there was a failure unpacking our resource bundles.