|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DockableFocusListener
A listener added to a DockController
, this listener gets informed
when the focused Dockable
is exchanged.
Method Summary | |
---|---|
void |
dockableFocused(DockController controller,
Dockable dockable)
Invoked when dockable has gained the focus. |
void |
dockableSelected(DockController controller,
DockStation station,
Dockable dockable)
Called when station changes its selected dockable . |
Method Detail |
---|
void dockableFocused(DockController controller, Dockable dockable)
dockable
has gained the focus.
controller
- the origin of the eventdockable
- the Dockable
which is now focused, can be null
void dockableSelected(DockController controller, DockStation station, Dockable dockable)
station
changes its selected dockable
.
controller
- the controller in whose realm the event occurredstation
- some DockStation
dockable
- the currently selected element on station
,
can be null
DockStation.getFrontDockable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |