public interface IEEFController
Modifier and Type | Method and Description |
---|---|
void |
onValidation(IConsumer<java.util.List<IValidationRuleResult>> consumer)
Registers a consumer which will be called with the validation status.
|
void |
refresh()
Refresh the controller.
|
void |
removeValidationConsumer()
Removes the consumer of the validation.
|
void onValidation(IConsumer<java.util.List<IValidationRuleResult>> consumer)
consumer
- The consumer of the validation statusvoid removeValidationConsumer()
void refresh()