2004.04.29


com.jdc.lang
Interface LocaleSensitive


public interface LocaleSensitive

LocaleSensitive is an interface the indicates an object is locale-sensitive. As such, the implementing object uses a Locale object to tailor information for the user. For example, displaying a number is a locale-sensitive operation - the number should be formatted according to the customs/conventions of the user's native country, region, or culture.

Version:
1.0
Author:
Jay Damon
See Also:
Locale

Method Summary
 Locale getLocale()
          Returns the locale.
 void setLocale(Locale locale)
          Sets the locale.
 

Method Detail

getLocale

public Locale getLocale()
Returns the locale.

Returns:
The locale.

setLocale

public void setLocale(Locale locale)
Sets the locale.


2004.04.29



Copyright © 2004 J. Damon & Co.; All Rights Reserved WorldWide.