org.encog
Class NullStatusReportable

java.lang.Object
  extended by org.encog.NullStatusReportable
All Implemented Interfaces:
StatusReportable

public class NullStatusReportable
extends Object
implements StatusReportable

A report object that does nothing.


Constructor Summary
NullStatusReportable()
           
 
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
 

Constructor Detail

NullStatusReportable

public NullStatusReportable()
Method Detail

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.