Interface TaskProgressListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
TaskManagerImpl

public interface TaskProgressListener extends EventListener
A listener that is told when progress is made on a long running task.
Since:
v3.13
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called to indicate that task progress has been made.
  • Method Details

    • onProgressMade

      void onProgressMade(TaskProgressEvent event)
      Called to indicate that task progress has been made. The passed event indicates the current progress of the task.
      Parameters:
      event - the current progress of the task.