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

Method Summary
 void maximizedChanged(MaximizeArea area, Dockable oldElement, Dockable newElement)
          Called whenever the maximized element changes.
 

Method Detail

maximizedChanged

void maximizedChanged(MaximizeArea area,
                      Dockable oldElement,
                      Dockable newElement)
Called whenever the maximized element changes.

Parameters:
area - the source of the event
oldElement - the element that was maximized and now no longer is, can be null
newElement - the element that is newly maximized, can be null