Interface ProgressAccessor.ProgressMutator

  • All Known Subinterfaces:
    ProgressAccessor.ProgressProperty
    Enclosing interface:
    ProgressAccessor

    public static interface ProgressAccessor.ProgressMutator
    Provides a mutator for a progress property. Any component which wants to provide a progress information implements this interface. A value of zero ("0") indicates that there was no progress so far, a value of one ("1") indicates that the progress is 100%.
    • Method Detail

      • setProgress

        void setProgress​(float aProgress)
        Sets the progress property. A value of zero ("0") indicates that there was no progress so far, a value of one ("1") indicates that the progress is 100%.
        Parameters:
        aProgress - The progress to be stored by the property.