|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentHierarchyObserverListener
A listener of a ComponentHierarchyObserver
, this listener
gets informed whenever some Component
s enter or leave the realm
of a DockController
.
Method Summary | |
---|---|
void |
added(DockController controller,
List<Component> components)
Called when some Component s have entered the realm of
controller . |
void |
removed(DockController controller,
List<Component> components)
Called when some Component s have left the realm of
controller . |
Method Detail |
---|
void added(DockController controller, List<Component> components)
Component
s have entered the realm of
controller
.
controller
- the source of the eventcomponents
- an unmodifiable set of new Component
s.void removed(DockController controller, List<Component> components)
Component
s have left the realm of
controller
.
controller
- the source of the eventcomponents
- an unmodifiable set of Component
s
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |