程序包 weka.gui

类 WekaTaskMonitor

所有已实现的接口:
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
版本:
$Revision: 7059 $
作者:
Mark Hall (mhall@cs.waikato.ac.nz)
另请参阅:
  • 构造器详细资料

    • WekaTaskMonitor

      public WekaTaskMonitor()
      Constructor
  • 方法详细资料

    • taskStarted

      public void taskStarted()
      Tells the panel that a new task has been started
      指定者:
      taskStarted 在接口中 TaskLogger
    • taskFinished

      public void taskFinished()
      Tells the panel that a task has completed
      指定者:
      taskFinished 在接口中 TaskLogger
    • main

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