Uses of Annotation Interface
com.tailf.dp.annotations.ValidateCallback
Packages that use ValidateCallback
Package
Description
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
-
Uses of ValidateCallback in com.tailf.dp
Methods in com.tailf.dp with annotations of type ValidateCallbackModifier and TypeMethodDescriptionvoid
DpValpointCallback.validate
(DpTrans trans, ConfObject[] kp, ConfValue newval) The validate() callback should validate the values and throw aDpCallbackException
if the validation fails.