Class DelayedWorkingAreaSetter

java.lang.Object
bibliothek.gui.dock.event.DockRegisterAdapter
bibliothek.gui.dock.common.intern.DelayedWorkingAreaSetter
All Implemented Interfaces:
DockRegisterListener

@FrameworkOnly public class DelayedWorkingAreaSetter extends DockRegisterAdapter
A DelayedWorkingAreaSetter is a listener that is added to a CControl and waits until a CStation with a specific identifier is registered. It then calls CDockable.setWorkingArea(CStation) with this station. This listener automatically removes itself once its mission is over.
Author:
Benjamin Sigg