Uses of Interface
com.googlecode.lanterna.gui2.RadioBoxList.Listener
Packages that use RadioBoxList.Listener
-
Uses of RadioBoxList.Listener in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 with type parameters of type RadioBoxList.ListenerModifier and TypeFieldDescriptionprivate final List
<RadioBoxList.Listener> RadioBoxList.listeners
Methods in com.googlecode.lanterna.gui2 with parameters of type RadioBoxList.ListenerModifier and TypeMethodDescriptionRadioBoxList.addListener
(RadioBoxList.Listener listener) Adds a new listener to theRadioBoxList
that will be called on certain user actionsRadioBoxList.removeListener
(RadioBoxList.Listener listener) Removes a listener from thisRadioBoxList
so that if it had been added earlier, it will no longer be called on user actions