public interface SplitDockListener
SplitDockStation
. The listener
is informed when the fullscreen-property is changed.Modifier and Type | Method and Description |
---|---|
void |
fullScreenDockableChanged(SplitDockStation station,
Dockable oldFullScreen,
Dockable newFullScreen)
|
void fullScreenDockableChanged(SplitDockStation station, Dockable oldFullScreen, Dockable newFullScreen)
station
- the station on which the event happenedoldFullScreen
- the Dockable
that was fullscreen, may be null
newFullScreen
- the Dockable
which is now fullscreen, may be null
SplitDockStation.setFullScreen(Dockable)
,
SplitDockStation.getFullScreen()