1 package org.catacomb.interlish.structure; 2 3 4 public interface ListWatcher { 5 6 void listChanged(Object src); 7 8 }