Interface TaskMonitor

All Known Implementing Classes:
OLProcessDialog.OLMonitor

public interface TaskMonitor
Interface to receive notifications about the task progress (which will be running in a different SwingWorker thread).
Author:
Doug Gillespie
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setTaskStatus(TaskMonitorData taskMonitorData)
     
  • Method Details