Package com.luciad.fusion.tilestore
Interface ILfnProgressCallback<R>
- All Superinterfaces:
ILfnCallback<R>
An extension of a callback which can report intermediate progress for long-running operations.
- Since:
- 2015.0
-
Method Summary
Modifier and TypeMethodDescriptionvoid
progress
(TLfnProgress aProgress) Reports intermediate progress of this operation.Methods inherited from interface com.luciad.fusion.util.ILfnCallback
completed, threw