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 classWindowListenerAdapterAdapter class forWindowListenerto 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 voidAbstractWindow. addWindowListener(WindowListener windowListener)voidWindow. addWindowListener(WindowListener windowListener)Adds aWindowListenerto thisWindow.voidAbstractWindow. removeWindowListener(WindowListener windowListener)voidWindow. removeWindowListener(WindowListener windowListener)Removes aWindowListenerfrom thisWindow.
-