|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.NullStatusReportable
public class NullStatusReportable
A report object that does nothing.
| Constructor Summary | |
|---|---|
NullStatusReportable()
|
|
| Method Summary | |
|---|---|
void |
report(int total,
int current,
java.lang.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 |
|---|
public NullStatusReportable()
| Method Detail |
|---|
public void report(int total,
int current,
java.lang.String message)
report in interface StatusReportabletotal - Not used.current - Not used.message - Not used.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||