Interface CommandProgress

  • All Superinterfaces:
    ProgressStatus, Serializable

    public interface CommandProgress
    extends ProgressStatus
    Base interface of progress status implementation. Provides information about overall progress.
    Author:
    mmares
    • Method Detail

      • getEndTime

        Date getEndTime()
        Timestamp of command complete event or null for running command
      • getStartTime

        Date getStartTime()
        Timestamp of command creation
      • createMirroringChild

        ProgressStatusMirroringImpl createMirroringChild​(int allocatedSteps)
        Creates child for mirroring (supplemental commands)
      • computeCompletePortion

        float computeCompletePortion()
      • getLastMessage

        String getLastMessage()
      • computeSumSteps

        int computeSumSteps()
      • isSpinnerActive

        boolean isSpinnerActive()