C# Class Encog.App.Analyst.Util.AnalystReportBridge

Used to bridge the AnalystListerner to an StatusReportable object.
Inheritance: IStatusReportable
Datei anzeigen Open project: encog/encog-silverlight-core

Public Methods

Method Description
AnalystReportBridge ( EncogAnalyst theAnalyst ) : System

Construct the bridge object.

Report ( int total, int current, String message ) : void

Method Details

AnalystReportBridge() public method

Construct the bridge object.
public AnalystReportBridge ( EncogAnalyst theAnalyst ) : System
theAnalyst EncogAnalyst The Encog analyst to use.
return System

Report() public method

public Report ( int total, int current, String message ) : void
total int
current int
message String
return void