com.taco.i18n.gui
Class LocaleSelectorPanel.LocaleSelectionListener

java.lang.Object
  extended by com.taco.i18n.gui.LocaleSelectorPanel.LocaleSelectionListener
All Implemented Interfaces:
java.beans.PropertyChangeListener, java.util.EventListener
Enclosing class:
LocaleSelectorPanel

protected class LocaleSelectorPanel.LocaleSelectionListener
extends java.lang.Object
implements java.beans.PropertyChangeListener

An observable map listener that updates the selected locale when the user selects a locale.


Constructor Summary
protected LocaleSelectorPanel.LocaleSelectionListener()
           
 
Method Summary
 void propertyChange(java.beans.PropertyChangeEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleSelectorPanel.LocaleSelectionListener

protected LocaleSelectorPanel.LocaleSelectionListener()
Method Detail

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent event)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener