public interface ComponentHierarchyObserverListener
ComponentHierarchyObserver
, this listener
gets informed whenever some Component
s enter or leave the realm
of a DockController
.Modifier and Type | Method and Description |
---|---|
void |
added(ComponentHierarchyObserverEvent event)
Called when some
Component s have entered the realm of
controller . |
void |
removed(ComponentHierarchyObserverEvent event)
Called when some
Component s have left the realm of
controller . |
void added(ComponentHierarchyObserverEvent event)
Component
s have entered the realm of
controller
.event
- an event object that contains all the new Component
svoid removed(ComponentHierarchyObserverEvent event)
Component
s have left the realm of
controller
.event
- an event object that contains all the Component
s
that were just removed