Interface Table.ScrollAction

Enclosing interface:
Table

public static interface Table.ScrollAction
A Scroll action is invoked when a table iterator (e.g. visitRows) has reached the end of a page of rows.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Perform a scroll action.
  • Method Details

    • scroll

      void scroll()
      Perform a scroll action.