Show AgilePlannerClient.java syntax highlighted
package persister;
import java.rmi.*;
import java.util.List;
//public interface AgilePlannerClient extends Remote {
public interface AgilePlannerClient {
/****************************************************************************************
* CONNECTION *
****************************************************************************************/
public void receiveMessage(Message message);// throws RemoteException;
public long getClientId();// throws RemoteException;
public void setClientId(long id);// throws RemoteException;
public boolean disconnect();// throws RemoteException;
}
See more files for this project here