QJCC homepage

biz.chitec.quarterback.swing
Interface DefaultLocaleChangeReceiver

All Known Implementing Classes:
DynamicMenuBar, MapListModelHelper, MapListTableModel

public interface DefaultLocaleChangeReceiver

General interface for desktop components. This interface is called by the framework if a locale change happens. Any component may implement it and act appropriately. Note that it is normally not needed to change the labels of JButtons, JLabels or the like explicitly. The RB framework does this for you.

Version:
$Id: 983c5ba32536f44dca3711c5ab21e071894fd253 $
Author:
cantamen/Dirk Hillbrecht 2007

Method Summary
 void defaultLocaleChanged()
          Called if any locale changes.
 

Method Detail

defaultLocaleChanged

public void defaultLocaleChanged()
Called if any locale changes.


QJCC homepage