weka.gui
Interface TaskLogger
- All Known Implementing Classes:
- LogPanel, WekaTaskMonitor
- public interface TaskLogger
Interface for objects that display log and display information on
running tasks.
- Author:
- Mark Hall (mhall@cs.waikato.ac.nz)
Method Summary |
void |
taskFinished()
Tells the task logger that a task has completed |
void |
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