Uses of Interface
com.googlecode.lanterna.gui2.ComboBox.Listener
-
Packages that use ComboBox.Listener Package Description com.googlecode.lanterna.gui2 -
-
Uses of ComboBox.Listener in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 with type parameters of type ComboBox.Listener Modifier and Type Field Description private java.util.List<ComboBox.Listener>ComboBox. listenersMethods in com.googlecode.lanterna.gui2 with parameters of type ComboBox.Listener Modifier and Type Method Description ComboBox<V>ComboBox. addListener(ComboBox.Listener listener)Adds a new listener to theComboBoxthat will be called on certain user actionsComboBox<V>ComboBox. removeListener(ComboBox.Listener listener)Removes a listener from thisComboBoxso that if it had been added earlier, it will no longer be called on user actions
-