Interface ValidatorCallback

  • All Known Subinterfaces:
    ValidatorWithReasonCallback

    public interface ValidatorCallback
    Callback to invoke one of two actions depending on whether validation was successful or failed.
    • Method Detail

      • onSuccess

        void onSuccess()
      • onFailure

        void onFailure()