Kanzi 3.9.10
CallbackBindingProcessor.Callback Interface Reference

Interface for a callback which validates the received value. More...

Public Member Functions

boolean onValidate (Object value)
 Validates the received value.
 

Detailed Description

Interface for a callback which validates the received value.

Member Function Documentation

◆ onValidate()

boolean onValidate ( Object value)

Validates the received value.

Parameters
valueThe value to validate.
Returns
If the value is valid and can be passed, true, otherwise false.