TP-intergiciel/TP2/RFiche.java

8 lines
169 B
Java
Raw Normal View History

2023-04-22 15:36:05 +00:00
import java.rmi.*;
public interface RFiche extends Remote {
public String getNom() throws RemoteException;
public String getEmail() throws RemoteException;
}