Uses of Interface
com.googlecode.lanterna.gui2.WindowListener
Packages that use WindowListener
-
Uses of WindowListener in com.googlecode.lanterna.gui2
Classes in com.googlecode.lanterna.gui2 that implement WindowListenerModifier and TypeClassDescriptionclassAdapter 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 WindowListenerModifier and TypeMethodDescriptionvoidAbstractWindow.addWindowListener(WindowListener windowListener) voidWindow.addWindowListener(WindowListener windowListener) Adds aWindowListenerto thisWindow.voidAbstractWindow.removeWindowListener(WindowListener windowListener) voidWindow.removeWindowListener(WindowListener windowListener) Removes aWindowListenerfrom thisWindow.