Package globus.glmap
Interface GLMapManager.ProgressCallback
- Enclosing class:
- GLMapManager
public static interface GLMapManager.ProgressCallback
Called to notify about GLMapManager initialization progress updates
-
Method Summary
-
Method Details
-
progress
void progress(double k) Periodically called to report progress- Parameters:
k
- progress of operation in range 0..1
-