Class ScrollEvent


  • public class ScrollEvent
    extends Event
    Event that decribes Every scroll event
    • Field Detail

      • SCROLL_ON_TOP

        public static final int SCROLL_ON_TOP
        type thrown when scroll reachs the content top
        See Also:
        Constant Field Values
      • SCROLL_START

        public static final int SCROLL_START
        type thrown on scroll starts
        See Also:
        Constant Field Values
      • SCROLL_END

        public static final int SCROLL_END
        type thrown when scroll ends
        See Also:
        Constant Field Values
      • SCROLL_ON_LEFT

        public static final int SCROLL_ON_LEFT
        type thrown when scroll reachs content left side
        See Also:
        Constant Field Values
      • SCROLL_ON_RIGHT

        public static final int SCROLL_ON_RIGHT
        type thrown when scroll reachs the content right side
        See Also:
        Constant Field Values
      • SCROLL_ON_BOTTOM

        public static final int SCROLL_ON_BOTTOM
        type thrown when scroll reachs the content bottom
        See Also:
        Constant Field Values
      • SCROLL_UP

        public static final int SCROLL_UP
        type thrown when scroll up
        See Also:
        Constant Field Values
      • SCROLL_LEFT

        public static final int SCROLL_LEFT
        type thrown when scroll left
        See Also:
        Constant Field Values
      • SCROLL_RIGHT

        public static final int SCROLL_RIGHT
        type thrown when scroll right
        See Also:
        Constant Field Values
      • SCROLL_DOWN

        public static final int SCROLL_DOWN
        type thrown when scroll down
        See Also:
        Constant Field Values
    • Constructor Detail

      • ScrollEvent

        public ScrollEvent​(int type)
        Contructor
        Parameters:
        type - This param must be one the type defined , i.e, ScrollEvent.SCROLL_ON_TOP