Uses of Interface
com.googlecode.lanterna.gui2.TextGUI.Listener
-
Packages that use TextGUI.Listener Package Description com.googlecode.lanterna.gui2 -
-
Uses of TextGUI.Listener in com.googlecode.lanterna.gui2
Fields in com.googlecode.lanterna.gui2 with type parameters of type TextGUI.Listener Modifier and Type Field Description private java.util.List<TextGUI.Listener>AbstractTextGUI. listenersMethods in com.googlecode.lanterna.gui2 with parameters of type TextGUI.Listener Modifier and Type Method Description voidAbstractTextGUI. addListener(TextGUI.Listener listener)voidTextGUI. addListener(TextGUI.Listener listener)Adds a listener to this TextGUI to fire events on.voidAbstractTextGUI. removeListener(TextGUI.Listener listener)voidTextGUI. removeListener(TextGUI.Listener listener)Removes a listener from this TextGUI so that it will no longer receive events
-