Interface RunnableWithProgress<T>


  • public interface RunnableWithProgress<T>
    A RunnableWithProgress interface that works similar to Runnable but has a generic return type and can use a ProgressListener to show and cancel progress.
    Since:
    API 4.1100 (Geneious 11.0.0)
    • Method Detail

      • run

        T run​(jebl.util.ProgressListener progressListener)
        Run the task
        Parameters:
        progressListener - for reporting progress or allowing the task to cancel. Must not be null, but may be ProgressListener.EMPTY