Interface
caplin.core

ValidationResultListener

A ValidationResultListener is notified when a validator completes.

Constructor Summary

Attributes Name and Description
caplin.core.ValidationResultListener()

Method Summary

Attributes Name and Description
void onValidationResultReceived(caplin.core.ValidationResult oValidationResult)

Callback to notify this class of a completed validation result.

Constructor Detail

caplin.core.ValidationResultListener()

Method Detail

void onValidationResultReceived(caplin.core.ValidationResult oValidationResult)

Callback to notify this class of a completed validation result.

Parameters
caplin.core.ValidationResult oValidationResult the result for the validation. Will not be null.