Interface SaveContext


public interface SaveContext
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    setProgress(float pct)
    Sets the percentage of the module's save progress.
  • Method Details

    • setProgress

      void setProgress(float pct)
      Sets the percentage of the module's save progress.
    • abort

      void abort(Throwable ex)