Skip to content

Instantly share code, notes, and snippets.

@AB1209
Created November 22, 2018 07:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AB1209/5201f6374c2c1c47481e3fd4a61a6f23 to your computer and use it in GitHub Desktop.
Save AB1209/5201f6374c2c1c47481e3fd4a61a6f23 to your computer and use it in GitHub Desktop.
Interface ScrollViewListener
public interface ScrollViewListener {
void onScrollChanged(ObservableScrollView scrollView, int x, int y, int oldx, int oldy);
void onScrollChanged(ObservableHorizontalScrollView scrollView, int x, int y, int oldx, int oldy);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment