Uses of Interface
com.googlecode.lanterna.gui2.Button.Listener
-
Packages that use Button.Listener Package Description com.googlecode.lanterna.gui2 -
-
Uses of Button.Listener in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 with type parameters of type Button.Listener Modifier and Type Field Description private java.util.List<Button.Listener>Button. listenersMethods in com.googlecode.lanterna.gui2 with parameters of type Button.Listener Modifier and Type Method Description voidButton. addListener(Button.Listener listener)Adds a listener to notify when the button is triggered; the listeners will be called serially in the order they were addedbooleanButton. removeListener(Button.Listener listener)Removes a listener from the button's list of listeners to call when the button is triggered.
-