org.workingfrog.i18n.util
Interface LocaleListener

All Known Implementing Classes:
I18NAction, I18NActionWrapper, I18NJButton, I18NJCheckBoxMenuItem, I18NJComponent, I18NJFrame, I18NJLabel, I18NJLayeredPane, I18NJMenu, I18NJMenuBar, I18NJMenuItem, I18NJPanel, I18NJRadioButtonMenuItem, I18NJRootPane, I18NJScrollPane, I18NJTabbedPane, I18NJTextArea, I18NJViewport, I18NToolBar, PassiveListener

public interface LocaleListener

Specification of a LocaleListener.

Author:
Jean-Hugues de Raigniac

Method Summary
 void localeChanged(LocaleEvent event)
          Called by the source of the event or relayed by a LocaleListener.
 

Method Detail

localeChanged

public void localeChanged(LocaleEvent event)
Called by the source of the event or relayed by a LocaleListener.

Parameters:
event - Provides information on the source of the event and the new Locale