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. listeners
Methods 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 theComboBox
that will be called on certain user actionsComboBox<V>
ComboBox. removeListener(ComboBox.Listener listener)
Removes a listener from thisComboBox
so that if it had been added earlier, it will no longer be called on user actions
-