View Javadoc

1   package org.catacomb.interlish.structure;
2   
3   
4   public interface ParentReporter {
5   
6       void setChildListener(ChildListener cl, String reptid);
7   
8   }
9