Interface AutoScroller.AutoScrollEnded

Enclosing class:
AutoScroller

public static interface AutoScroller.AutoScrollEnded
Interface class to receive a notification when the AutoScroller worker thread completes.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEnded(boolean complete)
    Callback method invoked when the AutoScroller worker thread completes.
  • Method Details

    • onEnded

      void onEnded(boolean complete)
      Callback method invoked when the AutoScroller worker thread completes.
      Parameters:
      complete - True if the thread exited after the complete show finished. False if the thread exited on an error.