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 window
window
- the new windowvoid windowDeregistering(ScreenDockStation station, Dockable dockable, ScreenDockWindow window)
window
was removed from station
.station
- the element that was shown on window
dockable
- the element that was shown on window
window
- the removed window