JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
taskFinished
()
Tells the task logger that a task has completed
void
taskStarted
()
Tells the task logger that a new task has been started
Method Detail
taskStarted
void taskStarted()
Tells the task logger that a new task has been started
taskFinished
void taskFinished()
Tells the task logger that a task has completed
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method