//PotOfTeaInterface will insure that the proxy // has the same methods as it's real subject public interface PotOfTeaInterface { public void pourTea(); }