package testRMI;

import java.rmi.RemoteException;

public interface Second {
    long getMilliSeconds() throws RemoteException;
}
