Package 

Interface ScrollWatcher

    • Method Summary

      Modifier and Type Method Description
      abstract void onScrollChanged(int horiz, int vert, int oldHoriz, int oldVert)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onScrollChanged

         abstract void onScrollChanged(int horiz, int vert, int oldHoriz, int oldVert)