Uses of Interface
com.googlecode.lanterna.gui2.ComboBox.Listener
Packages that use ComboBox.Listener
-
Uses of ComboBox.Listener in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 with type parameters of type ComboBox.ListenerMethods in com.googlecode.lanterna.gui2 with parameters of type ComboBox.ListenerModifier and TypeMethodDescriptionComboBox.addListener(ComboBox.Listener listener) Adds a new listener to theComboBoxthat will be called on certain user actionsComboBox.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