Digital Authentication Framework  6.0.1.37
Public Member Functions | List of all members
com.good.daf.DATestLib.ProgressCallback Interface Reference

Public Member Functions

void onTestStarted (long id, String name)
 Called when a new test is starting. More...
 
void onComment (String comment)
 Called to emit logging/informational output. More...
 
void onError (String text, DAError err)
 Called when a testing error occurs. More...
 
void onTestCompleted ()
 Called when the current test completes. More...
 

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 
)

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: