Interface for a callback which validates the received value. More...
Public Member Functions | |
boolean | onValidate (Object value) |
Validates the received value. More... | |
Interface for a callback which validates the received value.
boolean onValidate | ( | Object | value | ) |
Validates the received value.
value | The value to validate. |