Uses of Class
org.dwcj.controls.listbox.events.ListBoxSelectEvent
Packages that use ListBoxSelectEvent
-
Uses of ListBoxSelectEvent in org.dwcj.controls.listbox
Method parameters in org.dwcj.controls.listbox with type arguments of type ListBoxSelectEventModifier and TypeMethodDescriptionListBox.onSelect(Consumer<ListBoxSelectEvent> callback) Function that takes another function as parameter which allows functionality to be written when an item is selected within the box -
Uses of ListBoxSelectEvent in org.dwcj.controls.listbox.sinks
Method parameters in org.dwcj.controls.listbox.sinks with type arguments of type ListBoxSelectEventModifier and TypeMethodDescriptionvoidListBoxSelectEventSink.addCallback(Consumer<ListBoxSelectEvent> callback) Constructor parameters in org.dwcj.controls.listbox.sinks with type arguments of type ListBoxSelectEventModifierConstructorDescriptionListBoxSelectEventSink(ListBox listBox, Consumer<ListBoxSelectEvent> callback)