public class Test { public static void main(String[] args) { CommonBack commonBack = new CommonBack(); commonBack.compPageHandler(new ICallBack() { public void say(Person p) { System.out.println(p.getName()); } }); } }