// Decompiled by Jad v1.5.7f. Copyright 2000 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/SiliconValley/Bridge/8617/jad.html
// Decompiler options: packimports(3) 
// Source File Name:   messageServerInterface.java

package boggle.server;

import java.rmi.Remote;
import java.rmi.RemoteException;

public interface messageServerInterface
    extends Remote
{

    public abstract String send(String s, int i)
        throws RemoteException;

    public abstract String get(int i)
        throws RemoteException;

    public abstract void declareLanguage(int i, int j)
        throws RemoteException;

    public abstract void quit(int i)
        throws RemoteException;
}
