Package org.nuiton.validator.bean
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 voidonFieldChanged(E event)Invoked when theValidatorListenerdetects some changes for a given bean / field / scope.
-
Method Details
-
onFieldChanged
Invoked when theValidatorListenerdetects some changes for a given bean / field / scope.- Parameters:
event- the event
-