public interface ComponentHierarchyObserverListener
ComponentHierarchyObserver, this listener
gets informed whenever some Components enter or leave the realm
of a DockController.| Modifier and Type | Method and Description |
|---|---|
void |
added(ComponentHierarchyObserverEvent event)
Called when some
Components have entered the realm of
controller. |
void |
removed(ComponentHierarchyObserverEvent event)
Called when some
Components have left the realm of
controller. |
void added(ComponentHierarchyObserverEvent event)
Components have entered the realm of
controller.event - an event object that contains all the new Componentsvoid removed(ComponentHierarchyObserverEvent event)
Components have left the realm of
controller.event - an event object that contains all the Components
that were just removedCopyright © 2017 Docking Frames. All rights reserved.