Interface AgreementDeclineConfirmationCallback

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface AgreementDeclineConfirmationCallback
Optional confirmation callback invoked when the user clicks the decline button on agreement dialog. Can be used to show an additional confirmation dialog. If onDecline returns true, the agreement dialog will close; if false, the dialog remains open. The function receives the dialog component as its parameter to use as a parent for any additional dialogs.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • onDecline

      boolean onDecline(Component owner)