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 TypeClassDescriptionclass
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 WindowListenerModifier and TypeMethodDescriptionvoid
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
.