Constructor and Description |
---|
DockHierarchyEvent(Dockable dockable)
Creates a new event and sets up all properties.
|
DockHierarchyEvent(Dockable dockable,
DockController controller)
Creates a new event and sets up all properties.
|
Modifier and Type | Method and Description |
---|---|
DockController |
getController()
Gets the controller which was in use the moment this event was created.
|
Dockable |
getDockable()
Gets the
Dockable whose path has been changed. |
DockStation[] |
getPath()
Gets the new path of
the source . |
public DockHierarchyEvent(Dockable dockable)
dockable
- the Dockable whose path has changedpublic DockHierarchyEvent(Dockable dockable, DockController controller)
dockable
- the Dockable whose path has changedcontroller
- the DockController
of dockable
public Dockable getDockable()
Dockable
whose path has been changed.public DockStation[] getPath()
the source
.public DockController getController()