Uses of Interface
com.googlecode.lanterna.gui2.CheckBox.Listener
Packages that use CheckBox.Listener
-
Uses of CheckBox.Listener in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 with type parameters of type CheckBox.ListenerMethods in com.googlecode.lanterna.gui2 with parameters of type CheckBox.ListenerModifier and TypeMethodDescriptionCheckBox.addListener
(CheckBox.Listener listener) Adds a listener to this check box so that it will be notificed on certain user actionsCheckBox.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