public interface ScreenDockWindowListener
ScreenDockWindow.| Modifier and Type | Method and Description |
|---|---|
void |
fullscreenStateChanged(ScreenDockWindow window)
This method is called after the windows fullscreen-state changed.
|
void |
shapeChanged(ScreenDockWindow window)
This method is called after the size and position of
window changed. |
void |
visibilityChanged(ScreenDockWindow window)
This method is called after the
visibility state changed. |
void |
windowClosing(ScreenDockWindow window)
Called if the user wants to close the window (e.g.
|
void visibilityChanged(ScreenDockWindow window)
visibility state changed.window - the callervoid fullscreenStateChanged(ScreenDockWindow window)
window - the callervoid shapeChanged(ScreenDockWindow window)
window changed.window - the callervoid windowClosing(ScreenDockWindow window)
window - the source of the eventCopyright © 2017 Docking Frames. All rights reserved.