org.formaria.resource
Interface ResourceLoaderStatus

All Known Implementing Classes:
ResourceLoaderProgressPanel

public interface ResourceLoaderStatus

An interface for feeeding pack the download status

Copyright (c) Formaria Ltd., 2008, This software is licensed under the GNU Public License (GPL), please see license.txt for more details. If you make commercial use of this software you must purchase a commercial license from Formaria.


Method Summary
 void setProgress(int percent)
           
 void setProgressMessage(java.lang.String msg)
           
 void updateFileProgress()
           
 

Method Detail

setProgress

void setProgress(int percent)

setProgressMessage

void setProgressMessage(java.lang.String msg)

updateFileProgress

void updateFileProgress()