Class ButtonClickEvent

java.lang.Object
org.dwcj.controls.button.events.ButtonClickEvent
All Implemented Interfaces:
ControlEvent

public final class ButtonClickEvent extends Object implements ControlEvent
  • Constructor Details

    • ButtonClickEvent

      public ButtonClickEvent(Button cButton)
  • Method Details

    • getControl

      public Button 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
    • toString

      public String toString()
      Overrides:
      toString in class Object