/[schmitzm]/trunk/src/skrueger/i8n/Translation.java
ViewVC logotype

Diff of /trunk/src/skrueger/i8n/Translation.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1100 by alfonx, Mon Oct 11 00:07:14 2010 UTC revision 1273 by alfonx, Mon Nov 15 16:22:47 2010 UTC
# Line 57  import skrueger.geotools.Copyable; Line 57  import skrueger.geotools.Copyable;
57   * Represents a {@link HashMap} of translations. toString() returns the   * Represents a {@link HashMap} of translations. toString() returns the
58   * appropriate translation. This class is mutable.   * appropriate translation. This class is mutable.
59   *   *
60   * @author <a href="mailto:[email protected]">Stefan Alfons Tzeggai</a>   * @author <a href="mailto:[email protected]">Stefan Alfons Tzeggai</a>
61   */   */
62    
63  public class Translation extends HashMap<String, String> implements  public class Translation extends HashMap<String, String> implements
# Line 393  public class Translation extends HashMap Line 393  public class Translation extends HashMap
393                  PropertyChangeEvent pce = new PropertyChangeEvent(new Translation(                  PropertyChangeEvent pce = new PropertyChangeEvent(new Translation(
394                                  new ArrayList<String>(), "fakeSource"),                                  new ArrayList<String>(), "fakeSource"),
395                                  ACTIVELANG_CHANGE_PROPERTY, null, getActiveLang());                                  ACTIVELANG_CHANGE_PROPERTY, null, getActiveLang());
396                  for (PropertyChangeListener pcl : listenersLocaleChange) {                  for (PropertyChangeListener pcl : listenersActiveLangChange) {
397                          if (pcl != null)                          if (pcl != null)
398                                  pcl.propertyChange(pce);                                  pcl.propertyChange(pce);
399                  }                  }

Legend:
Removed from v.1100  
changed lines
  Added in v.1273

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26