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