Package org.fest.swing.monitor
Class WindowVisibilityMonitor
java.lang.Object
java.awt.event.WindowAdapter
org.fest.swing.monitor.WindowVisibilityMonitor
- All Implemented Interfaces:
ComponentListener
,WindowFocusListener
,WindowListener
,WindowStateListener
,EventListener
Understands tracking of window visibility state.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosing, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
-
Field Details
-
windows
-
-
Constructor Details
-
WindowVisibilityMonitor
WindowVisibilityMonitor(Windows windows)
-
-
Method Details
-
componentShown
- Specified by:
componentShown
in interfaceComponentListener
-
componentHidden
- Specified by:
componentHidden
in interfaceComponentListener
-
windowClosed
- Specified by:
windowClosed
in interfaceWindowListener
- Overrides:
windowClosed
in classWindowAdapter
-
componentResized
- Specified by:
componentResized
in interfaceComponentListener
-
componentMoved
- Specified by:
componentMoved
in interfaceComponentListener
-