package example9_3_RemoteProxy.dateService; // Defines the interface used by a Remote Proxy and Real Subject public interface DateService { public String getDate(); // returns the current date public String getTime(); // returns the time in ms after 1/1/1970 }