public interface IValidateCallback
Captcha gets the callback interface.
abstract void
onSuccess()
onError(String code, String error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess()
On success.
abstract void onError(String code, String error)
On error.
code
error