Uses of Interface
com.googlecode.lanterna.gui2.CheckBox.Listener
-
Packages that use CheckBox.Listener Package Description com.googlecode.lanterna.gui2 -
-
Uses of CheckBox.Listener in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 with type parameters of type CheckBox.Listener Modifier and Type Field Description private java.util.List<CheckBox.Listener>
CheckBox. listeners
Methods in com.googlecode.lanterna.gui2 with parameters of type CheckBox.Listener Modifier and Type Method Description CheckBox
CheckBox. addListener(CheckBox.Listener listener)
Adds a listener to this check box so that it will be notificed on certain user actionsCheckBox
CheckBox. removeListener(CheckBox.Listener listener)
Removes a listener from this check box so that, if it was previously added, it will no long receive any events
-