import java.rmi.*;

public interface RemoteBall extends Remote {
  public void hit() throws java.rmi.RemoteException;
}