Uses of Interface
com.googlecode.lanterna.gui2.WindowListener
-
Packages that use WindowListener Package Description com.googlecode.lanterna.gui2 -
-
Uses of WindowListener in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 that implement WindowListener Modifier and Type Class Description class
WindowListenerAdapter
Adapter class forWindowListener
to make it easier to create listeners without having to implement every interface method.Methods in com.googlecode.lanterna.gui2 with parameters of type WindowListener Modifier and Type Method Description void
AbstractWindow. addWindowListener(WindowListener windowListener)
void
Window. addWindowListener(WindowListener windowListener)
Adds aWindowListener
to thisWindow
.void
AbstractWindow. removeWindowListener(WindowListener windowListener)
void
Window. removeWindowListener(WindowListener windowListener)
Removes aWindowListener
from thisWindow
.
-