org.encog
Class NullStatusReportable
java.lang.Object
org.encog.NullStatusReportable
- All Implemented Interfaces:
- StatusReportable
public class NullStatusReportable
- extends Object
- implements StatusReportable
A report object that does nothing.
Method Summary |
void |
report(int total,
int current,
String message)
Simply ignore any status reports. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullStatusReportable
public NullStatusReportable()
report
public void report(int total,
int current,
String message)
- Simply ignore any status reports.
- Specified by:
report
in interface StatusReportable
- Parameters:
total
- Not used.current
- Not used.message
- Not used.
Copyright © 2014. All Rights Reserved.