Ejemplo n.º 1
0
 /** Fires the {@link #onChange} event. */
 public static void fireOnChange(Saveable o, XmlFile file) {
   for (SaveableListener l : all()) {
     l.onChange(o, file);
   }
 }