public class ComponentHierarchyObserverEvent extends Object
Components have been added or removed from
a ComponentHierarchyObserver.| Constructor and Description |
|---|
ComponentHierarchyObserverEvent(DockController source,
List<Component> components)
Creates a new event
|
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
getComponents()
Gets a list that contains all the components that were added or removed.
|
DockController |
getSource()
Gets the source of the event.
|
public ComponentHierarchyObserverEvent(DockController source, List<Component> components)
source - the source of the eventcomponents - the components that have been added or removedpublic DockController getSource()
Copyright © 2017 Docking Frames. All rights reserved.