public static interface AtakPluginRegistry.PluginLoadingProgressCallback
Modifier and Type | Method and Description |
---|---|
void |
onComplete(int numLoaded)
Number of plugins loaded
|
void |
onProgressUpdated(int percent)
Scan/load percentage [0, 100]
|