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