Class ScrollbarMoveEvent

java.lang.Object
org.dwcj.controls.scrollbar.events.ScrollbarMoveEvent
All Implemented Interfaces:
ControlEvent

public class ScrollbarMoveEvent extends Object implements ControlEvent
  • Constructor Details

    • ScrollbarMoveEvent

      public ScrollbarMoveEvent(ScrollBar scrollBar)
  • Method Details

    • getControl

      public ScrollBar getControl()
      Description copied from interface: ControlEvent
      obtain a reference to the control that triggered the event
      Specified by:
      getControl in interface ControlEvent
      Returns:
      the control that triggered the event