Interface ViewTreeObserver.OnScrollChangedListener

Enclosing class:
ViewTreeObserver
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 ViewTreeObserver.OnScrollChangedListener
Interface definition for a callback to be invoked when something in the view tree has been scrolled.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback method to be invoked when something in the view tree has been scrolled.
  • Method Details

    • onScrollChanged

      void onScrollChanged()
      Callback method to be invoked when something in the view tree has been scrolled.