Uses of Interface
com.googlecode.lanterna.gui2.Button.Listener
Packages that use Button.Listener
-
Uses of Button.Listener in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 with type parameters of type Button.ListenerMethods in com.googlecode.lanterna.gui2 with parameters of type Button.ListenerModifier and TypeMethodDescriptionvoidButton.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.