Interface Assistant.OnClose

Enclosing class:
Assistant
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 static interface Assistant.OnClose
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted either when the close button of a summary page is clicked,
    or when the apply button in the last page in the flow (of type
    %GTK_ASSISTANT_PAGE_CONFIRM) is clicked.
  • Method Details

    • onClose

      void onClose()
      Emitted either when the close button of a summary page is clicked,
      or when the apply button in the last page in the flow (of type
      %GTK_ASSISTANT_PAGE_CONFIRM) is clicked.