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