mondrian.gui
Class LanguageChangedEvent

java.lang.Object
  extended by mondrian.gui.LanguageChangedEvent

public class LanguageChangedEvent
extends Object

 

Constructor Summary
LanguageChangedEvent(Locale locale)
          Creates a new instance of LanguageChangedEvent
 
Method Summary
 Locale getLocale()
          Getter for property locale.
 void setLocale(Locale locale)
          Setter for property locale.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageChangedEvent

public LanguageChangedEvent(Locale locale)
Creates a new instance of LanguageChangedEvent

Method Detail

getLocale

public Locale getLocale()
Getter for property locale.

Returns:
Value of property locale.

setLocale

public void setLocale(Locale locale)
Setter for property locale.

Parameters:
locale - New value of property locale.

SourceForge.net_Logo