Class SetScrollRegionEvent

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Constructor Summary

      Constructors 
      Constructor Description
      SetScrollRegionEvent​(int top, int bot, int left, int right)  
    • Constructor Detail

      • SetScrollRegionEvent

        public SetScrollRegionEvent​(int top,
                                    int bot,
                                    int left,
                                    int right)
    • Method Detail

      • getTop

        public int getTop()
      • getBot

        public int getBot()
      • getLeft

        public int getLeft()
      • getRight

        public int getRight()
      • getEventName

        public java.lang.String getEventName()
        Specified by:
        getEventName in interface UiEvent
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object