/** * This demo is an interface to be implemented by a remote class. * *
* * Copyright © 1999 E. W. Grundke. All rights reserved.
* @author E. W. Grundke */ public interface RemoteInterfaceDemo extends java.rmi.Remote { public double abs() throws java.rmi.RemoteException; }