addOnPageChangeListener
Add a listener that will be invoked whenever the page changes or is incrementally scrolled. See OnPageChangeListener.
Components that add a listener should take care to remove it when finished. Other components that take ownership of a view may call clearOnPageChangeListeners to remove all attached listeners.
Parameters
listener
listener to add