public interface EngineEventHandler
Modifier and Type | Method and Description |
---|---|
void |
onSetProgress(Engine engine,
int progress)
It is called when an engine updates the progress.
|
void onSetProgress(Engine engine, int progress)
engine
- the running engine.progress
- the engine progress (from 0 to 100).