Uses of Interface
ch.epfl.lpd.ids.client.IChatClient

Packages that use IChatClient
ch.epfl.lpd.ids.client Package containing the classes used for the chat client. 
ch.epfl.lpd.ids.gui Package containing the classes for the GUI. 
 

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

Classes in ch.epfl.lpd.ids.client that implement IChatClient
 class ChatClient
          This class represents a chat client.
 

Uses of IChatClient in ch.epfl.lpd.ids.gui
 

Fields in ch.epfl.lpd.ids.gui declared as IChatClient
protected  IChatClient ClientGUI.icc
          The IChatClient representing a chat client.
 

Constructors in ch.epfl.lpd.ids.gui with parameters of type IChatClient
ClientGUI(IChatClient icc)
          Creates new form ClientGUI.