Package org.nuiton.validator.bean
Interface ValidatorListener<E extends AbstractValidatorEvent<?>>
-
- All Superinterfaces:
EventListener
- All Known Subinterfaces:
BeanListValidatorListener,SimpleBeanValidatorListener
public interface ValidatorListener<E extends AbstractValidatorEvent<?>> extends EventListener
The definition of an event onBeanListValidatorEventto be fired by aBeanListValidator.- Since:
- 2.5.2
- Author:
- Tony Chemit - chemit@codelutin.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFieldChanged(E event)Invoked when theValidatorListenerdetects some changes for a given bean / field / scope.
-
-
-
Method Detail
-
onFieldChanged
void onFieldChanged(E event)
Invoked when theValidatorListenerdetects some changes for a given bean / field / scope.- Parameters:
event- the event
-
-