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)

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

Methods

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

 o 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