public interface ScrollListener
Invoked to indicate a scroll change events
Methods
public abstract void scrollChanged(int scrollX, int scrollY, int oldscrollX, int oldscrollY) | Indicates the scroll changed events |
Method details
scrollChanged
public abstract void scrollChanged(int scrollX, int scrollY, int oldscrollX, int oldscrollY)Indicates the scroll changed events
Parameters
scrollXint- the current scroll x value
scrollYint- the current scroll y value
oldscrollXint- the previous scroll x value
oldscrollYint- the previous scroll y value