public class ComponentHierarchyObserverEvent extends Object
Component
s 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()