bibliothek.gui.dock.common.event
Interface ResizeRequestListener

All Known Implementing Classes:
AbstractResizeRequestHandler, FlapResizeRequestHandler, ScreenResizeRequestHandler, SplitResizeRequestHandler

public interface ResizeRequestListener

A listener added to a CControl. This listener gets informed when CControl.handleResizeRequests() is called.
If this listener is used by a DockStation, than that station should update its layout such that CDockable.getAndClearResizeRequest() is matched.

Author:
Benjamin Sigg

Method Summary
 void handleResizeRequest(CControl control)
          Called when the layout of DockStations should be updated such that CDockable.getAndClearResizeRequest() is matched.
 

Method Detail

handleResizeRequest

void handleResizeRequest(CControl control)
Called when the layout of DockStations should be updated such that CDockable.getAndClearResizeRequest() is matched.

Parameters:
control - the control in whose realm the station is