Package com.bayesserver.data
Interface DataProgress
-
public interface DataProgress
Reports progress on the number of cases read.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
execute(DataProgressEventArgs e)
Called by an algorithm to report progress on the number of cases read.
-
-
-
Method Detail
-
execute
void execute(DataProgressEventArgs e)
Called by an algorithm to report progress on the number of cases read.- Parameters:
e
- Contains progress information.
-
-