rmiClient
Interface ChatObjectInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ChatObject

public interface ChatObjectInterface
extends java.rmi.Remote


Method Summary
 void handle(java.lang.String message)
           
 

Method Detail

handle

void handle(java.lang.String message)
            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException