org.encog
Class NullStatusReportable
- java.lang.Object
-
- org.encog.NullStatusReportable
-
- All Implemented Interfaces:
- StatusReportable
public class NullStatusReportable extends java.lang.Object implements StatusReportable
A report object that does nothing.
-
-
Constructor Summary
Constructors Constructor and Description NullStatusReportable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidreport(int total, int current, java.lang.String message)Simply ignore any status reports.
-
-
-
Method Detail
-
report
public void report(int total, int current, java.lang.String message)Simply ignore any status reports.- Specified by:
reportin interfaceStatusReportable- Parameters:
total- Not used.current- Not used.message- Not used.
-
-
DMelt 3.0 © DataMelt by jWork.ORG