Interface BackgroundTaskGUIprovider

All Known Implementing Classes:
BackgroundTaskPanelEntry, BackgroundTaskWindow

public interface BackgroundTaskGUIprovider
Author:
Christian Klukas (c) 2004 IPK-Gatersleben
  • Method Details

    • setStatusProvider

      void setStatusProvider​(BackgroundTaskStatusProvider statusProvider, String title, String taskMessage)
    • getStatusProvider

      BackgroundTaskStatusProvider getStatusProvider()
    • setTaskFinished

      void setTaskFinished​(boolean autoClose, long duration)
      Call this in case the task is finished.
      Parameters:
      autoClose -
    • isProgressViewVisible

      boolean isProgressViewVisible()
      Returns:
      True, if the GUI that is showing the progress is still visible. For a JDialog a implementation might call isVisible()