bibliothek.gui.dock.event
Interface UIListener


public interface UIListener

A listener added to the DockController. This listener gets informed when the LookAndFeel changes.

Author:
Benjamin Sigg

Method Summary
 void updateUI(DockController controller)
          Called when the LookAndFeel has been exchanged.
 

Method Detail

updateUI

void updateUI(DockController controller)
Called when the LookAndFeel has been exchanged.

Parameters:
controller - the calling controller