Interface IProgressChanged

All Known Implementing Classes:
MenubarEditor

public interface IProgressChanged
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onProgressChanged(String step, int inProgress, int done, int max)
     
  • Method Details

    • onProgressChanged

      void onProgressChanged(String step, int inProgress, int done, int max)