com.threerings.getdown.util
Interface ProgressObserver

All Known Implementing Classes:
MetaProgressObserver

public interface ProgressObserver

Used to communicate progress.


Method Summary
 void progress(int percent)
          Informs the observer that we have completed the specified percentage of the process.
 

Method Detail

progress

void progress(int percent)
Informs the observer that we have completed the specified percentage of the process.



Copyright © 2013. All Rights Reserved.