Class ListBoxSelectEvent

java.lang.Object
org.dwcj.controls.listbox.events.ListBoxSelectEvent
All Implemented Interfaces:
ControlEvent

public final class ListBoxSelectEvent extends Object implements ControlEvent
  • Constructor Details

    • ListBoxSelectEvent

      public ListBoxSelectEvent(ListBox clistBox)
  • Method Details

    • addKey

      public void addKey(Object key)
    • getKeys

      public List<Object> getKeys()
    • getControl

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