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