-
class
This adapter class provides default implementations for the
methods described by the
VisibilityWindowListener
interface.
Static helper method to create a
VisibilityWindowListener
for thehide
hide(WindowEvent e)
) method, given a lambda expression or a method reference.
Static helper method to create a
VisibilityWindowListener
for the
show(WindowEvent e)
) method, given a lambda expression or a method reference.
void
Adds the listener to the collection of listeners who will be
notified when a window hosting the receiver needs to be displayed
or hidden.
void
Removes the listener from the collection of listeners who will
be notified when a window hosting the receiver needs to be displayed
or hidden.