Interface Client

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

public interface Client
extends java.rmi.Remote


Method Summary
 void speak(java.lang.String who, java.lang.String msg)
           
 void whoChanged()
           
 

Method Detail

speak

public void speak(java.lang.String who,
                  java.lang.String msg)
           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

whoChanged

public void whoChanged()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException