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 onBeanListValidatorEvent
to 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 void
onFieldChanged(E event)
Invoked when theValidatorListener
detects some changes for a given bean / field / scope.
-
-
-
Method Detail
-
onFieldChanged
void onFieldChanged(E event)
Invoked when theValidatorListener
detects some changes for a given bean / field / scope.- Parameters:
event
- the event
-
-