public class AnalystReportBridge extends java.lang.Object implements StatusReportable
| Constructor and Description |
|---|
AnalystReportBridge(EncogAnalyst theAnalyst)
Construct the bridge object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
report(int total,
int current,
java.lang.String message)
Report on current status.
|
public AnalystReportBridge(EncogAnalyst theAnalyst)
theAnalyst - The Encog analyst to use.public void report(int total,
int current,
java.lang.String message)
report in interface StatusReportabletotal - The total amount of units to process.current - The current unit being processed.message - The message to currently display.