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)
taskFinished()
- Tells the task logger that a task has completed
taskStarted()
- Tells the task logger that a new task has been started
taskStarted
public void taskStarted()
Tells the task logger that a new task has been started
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