bibliothek.gui.dock.facile.state
Interface MaximizeAreaListener
public interface MaximizeAreaListener
Listens to a MaximizeArea
and gets informed when the maximized
element changes.
- Author:
- Benjamin Sigg
maximizedChanged
void maximizedChanged(MaximizeArea area,
Dockable oldElement,
Dockable newElement)
- Called whenever the maximized element changes.
- Parameters:
area
- the source of the eventoldElement
- the element that was maximized and now no longer is, can be null
newElement
- the element that is newly maximized, can be null