Interface ValidationStateListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ValidationStateListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Is called when a ValidatedField receives input changes resulting in changes to the validity status of the field.
  • Method Details

    • updateValidationState

      void updateValidationState(String message)
      Is called when a ValidatedField receives input changes resulting in changes to the validity status of the field.
      Parameters:
      message - The error message if one exists for the field, otherwise null.