Skip to content

Commit

Permalink
JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
parubok committed May 22, 2023
1 parent b07e12b commit 56dd3e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ public void removeListener(KButtonGroupListener<K> listener) {
}

/**
* @param listener The group will delegate button 'selected' event to this listener.
* @param listener The group will delegate button's 'selected' {@link java.awt.event.ItemEvent} to this
* listener.
*/
public void addItemListener(ItemListener listener) {
listenerList.add(ItemListener.class, listener);
Expand Down

0 comments on commit 56dd3e7

Please sign in to comment.