ilog.views.appframe.settings
Interface LocaleSettingsListener

All Superinterfaces:
EventListener

public interface LocaleSettingsListener
extends EventListener

Interface to be implemented by classes interested in changes that occur on parameters of the locale of the application.
. For example, Swing components that display some localized text should be listeners for the locale settings changes to update the text consequent to the changes.

See Also:
IlvApplication.addLocaleSettingsListener(ilog.views.appframe.settings.LocaleSettingsListener), IlvApplication.removeLocaleSettingsListener(ilog.views.appframe.settings.LocaleSettingsListener)

Method Summary
 void localeSettingsChanged(LocaleSettingsEvent e)
          Invoked when some parameters associated with the locale of the application have changed.
 

Method Detail

localeSettingsChanged

void localeSettingsChanged(LocaleSettingsEvent e)
Invoked when some parameters associated with the locale of the application have changed.

Parameters:
e - The event describing the change that has occurred on the locale.


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.