bibliothek.gui.dock.title
Interface OrientationToRotationStrategyListener


public interface OrientationToRotationStrategyListener

A listener to a OrientationToRotationStrategy, gets informed if the rotation of some text changes.

Author:
Benjamin Sigg

Method Summary
 void rotationChanged(Dockable dockable, DockTitle title)
          Informs that the rotation of the text on any title representing dockable has changed.
 

Method Detail

rotationChanged

void rotationChanged(Dockable dockable,
                     DockTitle title)
Informs that the rotation of the text on any 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.

Parameters:
dockable - the affected docakble, null if all dockables are affected
title - the affected title, null if all titles are affected