Interface ILfnProgressCallback<R>

All Superinterfaces:
ILfnCallback<R>

public interface ILfnProgressCallback<R> extends ILfnCallback<R>
An extension of a callback which can report intermediate progress for long-running operations.
Since:
2015.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reports intermediate progress of this operation.

    Methods inherited from interface com.luciad.fusion.util.ILfnCallback

    completed, threw
  • Method Details

    • progress

      void progress(TLfnProgress aProgress)
      Reports intermediate progress of this operation.
      Parameters:
      aProgress - a progress, never null