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.listenersMethods in com.googlecode.lanterna.gui2 with parameters of type RadioBoxList.ListenerModifier and TypeMethodDescriptionRadioBoxList.addListener(RadioBoxList.Listener listener) Adds a new listener to theRadioBoxListthat will be called on certain user actionsRadioBoxList.removeListener(RadioBoxList.Listener listener) Removes a listener from thisRadioBoxListso that if it had been added earlier, it will no longer be called on user actions