package test; public interface ChildInt extends ParentInt { public void doNewTT(String o); public void doNewXX(String o); }