程序包 weka.gui

接口 TaskLogger

所有已知实现类:
LogPanel, WekaTaskMonitor

public interface TaskLogger
Interface for objects that display log and display information on running tasks.
版本:
$Revision: 1.5 $
作者:
Mark Hall (mhall@cs.waikato.ac.nz)
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    Tells the task logger that a task has completed
    void
    Tells the task logger that a new task has been started
  • 方法详细资料

    • taskStarted

      void taskStarted()
      Tells the task logger that a new task has been started
    • taskFinished

      void taskFinished()
      Tells the task logger that a task has completed