Package weka.gui
Interface TaskLogger
-
- All Known Implementing Classes:
LogPanel,WekaTaskMonitor
public interface TaskLoggerInterface for objects that display log and display information on running tasks.- Version:
- $Revision: 1.5 $
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidtaskFinished()Tells the task logger that a task has completedvoidtaskStarted()Tells the task logger that a new task has been started
-