|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DockTitleBindingListener
A listener added to a DockController, receives notifications when
a DockTitle is bound or unbound.
| Method Summary | |
|---|---|
void |
titleBound(DockController controller,
DockTitle title,
Dockable dockable)
Called when title was bound
to dockable. |
void |
titleUnbound(DockController controller,
DockTitle title,
Dockable dockable)
Called when title was unbound
from dockable. |
| Method Detail |
|---|
void titleBound(DockController controller,
DockTitle title,
Dockable dockable)
title was bound
to dockable.
This method is called after the DockTitle.bind()-method
was invoked.
controller - the origin of the eventtitle - the DockTitle that was bounddockable - the owner of title
void titleUnbound(DockController controller,
DockTitle title,
Dockable dockable)
title was unbound
from dockable.
This method is called after the DockTitle.bind()-method
was invoked.
controller - the origin of the eventtitle - the DockTitle which was unbounddockable - the old owner of title
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||