Kanzi  3.9.9
Kanzi Engine Java API
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. More...
 

Detailed Description

Interface for a callback which validates the received value.

Member Function Documentation

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.