public class DockComponentConfigurationEvent extends Object
Component
and its source DockComponentRoot
.Constructor and Description |
---|
DockComponentConfigurationEvent(DockComponentRoot root,
Component component)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
Component |
getComponent()
Gets the
Component that needs a configuration. |
DockComponentRoot |
getRoot()
Gets the parent of
the component , |
public DockComponentConfigurationEvent(DockComponentRoot root, Component component)
root
- the parent of component
component
- a Component
that needs a configurationpublic DockComponentRoot getRoot()
the component
,null