public interface OrientationToRotationStrategyListener
OrientationToRotationStrategy, gets informed if the rotation of some
text changes.| Modifier and Type | Method and Description |
|---|---|
void |
rotationChanged(Dockable dockable,
DockTitle title)
Informs that the rotation of the text on any
title representing dockable has changed. |
void rotationChanged(Dockable dockable, DockTitle title)
title representing dockable has changed.
Any argument of this method can be null, in such a case it functions as wildcard. For example
if title is null than any DockTitle representing dockable needs
an update.dockable - the affected dockable, null if all dockables are affectedtitle - the affected title, null if all titles are affectedCopyright © 2017 Docking Frames. All rights reserved.