EventListener
AWTEventMulticaster
, BasicComboBoxUI.ItemHandler
, BasicComboPopup.ItemHandler
, Checkbox.AccessibleAWTCheckbox
, DefaultCellEditor.EditorDelegate
, JCheckBox.AccessibleJCheckBox
, JRadioButton.AccessibleJRadioButton
, JToggleButton.AccessibleJToggleButton
, List.AccessibleAWTList
The listener interface for receiving item events. The class that is interested in processing an item event implements this interface. The object created with that class is then registered with a component using the component's addItemListener
method. When an item-selection event occurs, the listener object's itemStateChanged
method is invoked.
Modifier and Type
Method
Description
void
Invoked when an item has been selected or deselected by the user.
Invoked when an item has been selected or deselected by the user. The code written for this method performs the operations that need to occur when an item is selected (or deselected).
e
- the event to be processed
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4