ProgressMeter
interface lets you get periodic updates from the compiler about the compilation progress. Providing a progress meter to the compiler is optional. If you want to know about compilation progress, you must implement this interface and provide an instance of the implementation to the Application.setProgressMeter()
and/or Library.setProgressMeter()
methods.
@version 2.0.1
@author Clement Wong
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|