View Javadoc

1   package org.catacomb.interlish.structure;
2   
3   import org.catacomb.be.ChangeEvent;
4   
5   
6   public interface ChildListener {
7   
8   
9       void childChanged(ChangeEvent ce);
10  
11  
12  }