GeoSoft API

no.geosoft.cc.locale
Interface LocaleListener


public interface LocaleListener

Interface for classes interested in locale changes. When notified, the new locale can be obtained by:

   LocaleManager.getInstance().getLocale()
 
A more typical approach (as the actual new locale is secondary) is simply to update GUI text elements, like
   helpButton.setText (localeManager.getText ("Help");
 
etc.

Author:
GeoSoft

Method Summary
 void localeChanged()
           
 

Method Detail

localeChanged

public void localeChanged()

GeoSoft API

Copyright © 2004 - Geotechnical Software Services     geosoft.no