Interface UserInterface

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

public interface UserInterface
extends java.rmi.Remote

User interface.


Method Summary
 java.lang.String getID()
           
 boolean notifyUser(java.lang.String s)
           
 

Method Detail

notifyUser

public boolean notifyUser(java.lang.String s)
                   throws java.rmi.RemoteException

getID

public java.lang.String getID()
                       throws java.rmi.RemoteException