1 package org.catacomb.interlish.structure; 2 3 4 public interface StructureWatcher { 5 6 7 void structureChanged(Object src, String type); 8 9 10 }