public interface ScreenDockStationListener
ScreenDockStation.| Modifier and Type | Method and Description |
|---|---|
void |
fullscreenChanged(ScreenDockStation station,
Dockable dockable)
Called if the fullscreen-mode of
dockable changed. |
void |
windowDeregistering(ScreenDockStation station,
Dockable dockable,
ScreenDockWindow window)
Called when
window was removed from station. |
void |
windowRegistering(ScreenDockStation station,
Dockable dockable,
ScreenDockWindow window)
Called when
window was added to station. |
void fullscreenChanged(ScreenDockStation station, Dockable dockable)
dockable changed.station - the callerdockable - the element whose mode changedvoid windowRegistering(ScreenDockStation station, Dockable dockable, ScreenDockWindow window)
window was added to station.station - the callerdockable - the element that is shown on windowwindow - the new windowvoid windowDeregistering(ScreenDockStation station, Dockable dockable, ScreenDockWindow window)
window was removed from station.station - the element that was shown on windowdockable - the element that was shown on windowwindow - the removed windowCopyright © 2017 Docking Frames. All rights reserved.