Oracle Java Wireless Client

com.sun.ams
Interface LocaleChangeListener


public interface LocaleChangeListener

This interface should be used to receive locale change notifications To receive notifications from system application should register listener using LocaleChangeNotifier.addLocaleChangeListener().


Method Summary
 void localeChanged()
          This method is called to notify about locale change.
 

Method Detail

localeChanged

void localeChanged()
This method is called to notify about locale change. New locale can be retrieved by "microedition.locale" system property.


Oracle Java Wireless Client

Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.