Package bibliothek.gui.dock.common.event
Interface ResizeRequestListener
- All Known Implementing Classes:
AbstractResizeRequestHandler,FlapResizeRequestHandler,ScreenResizeRequestHandler,SplitResizeRequestHandler
public interface ResizeRequestListener
A listener added to a
If this listener is used by 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
Modifier and TypeMethodDescriptionvoidhandleResizeRequest(CControl control) Called when the layout ofDockStations should be updated such thatCDockable.getAndClearResizeRequest()is matched.
-
Method Details
-
handleResizeRequest
Called when the layout ofDockStations should be updated such thatCDockable.getAndClearResizeRequest()is matched.- Parameters:
control- the control in whose realm the station is
-