public class DockableSelectionEvent
extends java.lang.Object
Dockable
was selected on wich DockStation
Constructor and Description |
---|
DockableSelectionEvent(DockController controller,
DockStation station,
Dockable oldSelected,
Dockable newSelected)
Creates a new event.
|
Modifier and Type | Method and Description |
---|---|
DockController |
getController()
Gets the controller in whose realm the selection change occurred.
|
Dockable |
getNewSelected()
Gets the element that is selected after the change.
|
Dockable |
getOldSelected()
Gets the element that was selected before the change.
|
DockStation |
getStation()
Gets the station whose selected
Dockable changed. |
public DockableSelectionEvent(DockController controller, DockStation station, Dockable oldSelected, Dockable newSelected)
public DockController getController()
public DockStation getStation()
Dockable
changed.Dockable
public Dockable getOldSelected()
null
public Dockable getNewSelected()
null