Метод | Описание | |
---|---|---|
ConsoleAnalystListener ( ) : System |
Construct the object.
|
|
Report ( int total, int current, String message ) : void |
|
|
ReportCommandBegin ( int total, int current, String name ) : void |
|
|
ReportCommandEnd ( bool cancel ) : void |
|
|
ReportTraining ( IMLTrain train ) : void |
|
|
ReportTrainingBegin ( ) : void |
|
|
ReportTrainingEnd ( ) : void |
|
Метод | Описание | |
---|---|---|
RequestCancelCommand ( ) : void | ||
RequestShutdown ( ) : void | ||
ShouldShutDown ( ) : bool | ||
ShouldStopCommand ( ) : bool |
public ConsoleAnalystListener ( ) : System | ||
Результат | System |
public Report ( int total, int current, String message ) : void | ||
total | int | |
current | int | |
message | String | |
Результат | void |
public ReportCommandBegin ( int total, int current, String name ) : void | ||
total | int | |
current | int | |
name | String | |
Результат | void |
public ReportCommandEnd ( bool cancel ) : void | ||
cancel | bool | |
Результат | void |
public ReportTraining ( IMLTrain train ) : void | ||
train | IMLTrain | |
Результат | void |