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. listeners
Methods in com.googlecode.lanterna.gui2 with parameters of type TextGUI.Listener Modifier and Type Method Description void
AbstractTextGUI. addListener(TextGUI.Listener listener)
void
TextGUI. addListener(TextGUI.Listener listener)
Adds a listener to this TextGUI to fire events on.void
AbstractTextGUI. removeListener(TextGUI.Listener listener)
void
TextGUI. removeListener(TextGUI.Listener listener)
Removes a listener from this TextGUI so that it will no longer receive events
-