Uses of Class
com.web_visage.ichat.IChatUserInfo

Packages that use IChatUserInfo
com.web_visage.ichat   
com.web_visage.ichat.listeners   
 

Uses of IChatUserInfo in com.web_visage.ichat
 

Methods in com.web_visage.ichat that return IChatUserInfo
 IChatUserInfo IChatUserList.getUser(IChatSender aSender)
          Returns a user information associated with the given sender.
 

Methods in com.web_visage.ichat that return types with arguments of type IChatUserInfo
 java.util.Map<IChatSender,IChatUserInfo> IChatUserList.getSnapshot()
          Returns a momentary snapshot of the user map.
 

Methods in com.web_visage.ichat with parameters of type IChatUserInfo
 void IChatUserList.addUser(IChatSender sender, IChatUserInfo userInfo)
          Adds new user to the list.
 boolean IChatUserInfo.equals(IChatUserInfo another)
           
 

Constructors in com.web_visage.ichat with parameters of type IChatUserInfo
IChatUserInfo(IChatUserInfo another)
          Copy constructor.
 

Uses of IChatUserInfo in com.web_visage.ichat.listeners
 

Methods in com.web_visage.ichat.listeners with parameters of type IChatUserInfo
 void DisconnectMessageListener.processDisconnectMessage(IChatDisconnectMessage aMessage, IChatUserInfo aUserInfo)
          Handles the DISCONNECT message.