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.
- 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 abstract void taskStarted()
- Tells the task logger that a new task has been started
taskFinished
public abstract void taskFinished()
- Tells the task logger that a task has completed
All Packages Class Hierarchy This Package Previous Next Index WEKA's home