Digital Authentication Framework 4.2.0.30
Public Member Functions | Package Functions

com.good.daf.DATestLib.ProgressCallback Interface Reference

List of all members.

Public Member Functions

void onComment (String comment)
 Called to emit logging/informational output.
void onError (String text, DAError err)
 Called when a testing error occurs.
void onTestCompleted ()
 Called when the current test completes.

Package Functions

void onTestStarted (long id, String name)
 Called when a new test is starting.

Member Function Documentation

void com.good.daf.DATestLib.ProgressCallback.onComment ( String  comment)

Called to emit logging/informational output.

void com.good.daf.DATestLib.ProgressCallback.onError ( String  text,
DAError  err 
)

Called when a testing error occurs.

text describes the error, err is optional; if present it contains the underlying DAF error code.

void com.good.daf.DATestLib.ProgressCallback.onTestCompleted ( )

Called when the current test completes.

void com.good.daf.DATestLib.ProgressCallback.onTestStarted ( long  id,
String  name 
) [package]

Called when a new test is starting.

id is a stable identifier for the test, name is a human-readable name.


The documentation for this interface was generated from the following file: