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. listeners
Methods in com.googlecode.lanterna.gui2 with parameters of type Button.Listener Modifier and Type Method Description void
Button. 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 addedboolean
Button. removeListener(Button.Listener listener)
Removes a listener from the button's list of listeners to call when the button is triggered.
-