com.triadsoft.common.properties
Interface ILocalizedPropertyFileListener

All Known Implementing Classes:
PropertiesEditor

public interface ILocalizedPropertyFileListener

Interface para los listeners que reciben además de la clave y valor, el locale para poder identificar el idioma donde ocurrio el cambio

Author:
Triad (flores.leonardo@triadsoft.com.ar)

Method Summary
 void keyAdded(java.lang.String key, java.util.Locale locale)
           
 void valueChanged(java.lang.String key, java.lang.String value, java.util.Locale locale)
           
 

Method Detail

valueChanged

void valueChanged(java.lang.String key,
                  java.lang.String value,
                  java.util.Locale locale)

keyAdded

void keyAdded(java.lang.String key,
              java.util.Locale locale)