Interface ValidatorListener<E extends AbstractValidatorEvent<?>>

All Superinterfaces:
java.util.EventListener
All Known Subinterfaces:
BeanListValidatorListener, SimpleBeanValidatorListener

public interface ValidatorListener<E extends AbstractValidatorEvent<?>>
extends java.util.EventListener
The definition of an event on BeanListValidatorEvent to be fired by a BeanListValidator.
Since:
2.5.2
Author:
Tony Chemit - chemit@codelutin.com
  • Method Summary

    Modifier and Type Method Description
    void onFieldChanged​(E event)
    Invoked when the ValidatorListener detects some changes for a given bean / field / scope.
  • Method Details

    • onFieldChanged

      void onFieldChanged​(E event)
      Invoked when the ValidatorListener detects some changes for a given bean / field / scope.
      Parameters:
      event - the event