ValidationListener¶
-
public interface
ValidationListener¶ Interface definition of callbacks to be invoked when the validation state has changed.
Methods¶
onValidationFailed¶
-
void
onValidationFailed(ValidatorInterface validatorInterface)¶ Invoked when validation failed
onValidationSuccess¶
-
void
onValidationSuccess(ValidatorInterface validatorInterface)¶ Invoked when the validation passed successfully.