org.encog
public interface StatusReportable
void report(int total, int current, String message)
total
- The total amount of units to process.current
- The current unit being processed.message
- The message to currently display.Copyright © 2014. All Rights Reserved.