MàJ par récupération sur Clé USB et dans /mnt/hd/Chargement du pc portable
This commit is contained in:
7
A61/Message.java
Normal file
7
A61/Message.java
Normal file
@ -0,0 +1,7 @@
|
||||
import java.rmi.Remote;
|
||||
import java.rmi.RemoteException;
|
||||
|
||||
public interface Message extends Remote {
|
||||
public String messageDistant()
|
||||
throws RemoteException ;
|
||||
}
|
Reference in New Issue
Block a user