Interface Assistant.OnPrepare

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.OnPrepare
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Emitted when a new page is set as the assistant's current page,
    before making the new page visible.
  • Method Details

    • onPrepare

      void onPrepare(@Nonnull Widget page)
      Emitted when a new page is set as the assistant's current page,
      before making the new page visible.

      A handler for this signal can do any preparations which are
      necessary before showing @page.
      Parameters:
      page - the current page