Class TextComboBoxCloseEvent

java.lang.Object
org.dwcj.controls.textcombobox.events.TextComboBoxCloseEvent
All Implemented Interfaces:
ControlEvent

public class TextComboBoxCloseEvent extends Object implements ControlEvent
  • Constructor Details

    • TextComboBoxCloseEvent

      public TextComboBoxCloseEvent(TextComboBox cTextComboBox)
  • Method Details

    • getControl

      public TextComboBox 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