Uses of Interface
ch.epfl.lpd.ids.server.IServer

Packages that use IServer
ch.epfl.lpd.ids.client Package containing the classes used for the chat client. 
ch.epfl.lpd.ids.server Package containing the classes representing the chat server. 
 

Uses of IServer in ch.epfl.lpd.ids.client
 

Fields in ch.epfl.lpd.ids.client declared as IServer
protected  IServer ChatClient.server
          The reference to the IServer.
protected  IServer ClientListFetcher.server
          The reference to the IServer.
 

Constructors in ch.epfl.lpd.ids.client with parameters of type IServer
ChatClient(IServer server, IWindowManager iw)
          Creates a new instance of ChatClient.
ClientListFetcher(IServer server, Observer observer)
          Creates a new instance of ClientListFetcher.
 

Uses of IServer in ch.epfl.lpd.ids.server
 

Classes in ch.epfl.lpd.ids.server that implement IServer
 class ChatServer
          This class represents the chat server.