Interface TabView.OnPageReordered

Enclosing class:
TabView
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 TabView.OnPageReordered
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onPageReordered(TabPage page, int position)
    Emitted after @page has been reordered to @position.
  • Method Details

    • onPageReordered

      void onPageReordered(@Nonnull TabPage page, int position)
      Emitted after @page has been reordered to @position.
      Parameters:
      page - a page of @self
      position - the position @page was moved to, starting at 0