Package weka.gui

Class WekaTaskMonitor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, TaskLogger

public class WekaTaskMonitor extends JPanel implements TaskLogger
This panel records the number of weka tasks running and displays a simple bird animation while their are active tasks
Version:
$Revision: 8034 $
Author:
Mark Hall (mhall@cs.waikato.ac.nz)
See Also:
  • Constructor Details

    • WekaTaskMonitor

      public WekaTaskMonitor()
      Constructor
  • Method Details

    • taskStarted

      public void taskStarted()
      Tells the panel that a new task has been started
      Specified by:
      taskStarted in interface TaskLogger
    • taskFinished

      public void taskFinished()
      Tells the panel that a task has completed
      Specified by:
      taskFinished in interface TaskLogger
    • main

      public static void main(String[] args)
      Main method for testing this class