TP-intergiciel/TP2/RFiche.java
2023-04-22 17:36:05 +02:00

8 lines
169 B
Java

import java.rmi.*;
public interface RFiche extends Remote {
public String getNom() throws RemoteException;
public String getEmail() throws RemoteException;
}