All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Interface weka.gui.TaskLogger


public interface TaskLogger
Interface for objects that display log and display information on running tasks.

Version:
$Revision: 1.3 $
Author:
Mark Hall (mhall@cs.waikato.ac.nz)

Method Index

 o taskFinished()
Tells the task logger that a task has completed
 o taskStarted()
Tells the task logger that a new task has been started

Method Detail

 o taskStarted
public void taskStarted()
          Tells the task logger that a new task has been started
 o taskFinished
public void taskFinished()
          Tells the task logger that a task has completed

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home