Uses of Interface
com.googlecode.lanterna.gui2.RadioBoxList.Listener
-
Packages that use RadioBoxList.Listener Package Description com.googlecode.lanterna.gui2 -
-
Uses of RadioBoxList.Listener in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 with type parameters of type RadioBoxList.Listener Modifier and Type Field Description private java.util.List<RadioBoxList.Listener>
RadioBoxList. listeners
Methods in com.googlecode.lanterna.gui2 with parameters of type RadioBoxList.Listener Modifier and Type Method Description RadioBoxList<V>
RadioBoxList. addListener(RadioBoxList.Listener listener)
Adds a new listener to theRadioBoxList
that will be called on certain user actionsRadioBoxList<V>
RadioBoxList. 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
-