esame programmazione distribuita + readme
This commit is contained in:
11
rmi_exam/ClientInterface.java
Normal file
11
rmi_exam/ClientInterface.java
Normal file
@@ -0,0 +1,11 @@
|
||||
package rmi_exam;
|
||||
|
||||
import java.rmi.Remote;
|
||||
import java.rmi.RemoteException;
|
||||
|
||||
/**
|
||||
* Created by Giovanni on 16/01/2015.
|
||||
*/
|
||||
public interface ClientInterface extends Remote {
|
||||
void detto (String s) throws RemoteException;
|
||||
}
|
||||
Reference in New Issue
Block a user