Interface IProgress

  • All Known Implementing Classes:
    IProgress.Stub

    @Deprecated
    public interface IProgress
    Deprecated.
    Of no use any longer, scheduled for removal.
    • Method Detail

      • workLeft

        int workLeft()
        Deprecated.
      • beginWork

        void beginWork​(String name,
                       int estimate,
                       int ofTotal)
        Deprecated.
      • advanceWork

        void advanceWork​(String name,
                         int done)
        Deprecated.
      • advanceWork

        void advanceWork​(String name,
                         int done,
                         String comment)
        Deprecated.
      • finishWork

        void finishWork​(String name)
        Deprecated.