Uses of Class
com.web_visage.ichat.IChatUserInfo

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

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 with parameters of type IChatUserInfo
 void IChatUserList.addUser(IChatSender sender, IChatUserInfo userInfo)
          Adds new user to the list.
 void IChatServiceBot.processDisconnectMessage(IChatDisconnectMessage aMessage, IChatUserInfo aUserInfo)
           
 

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.
 

Uses of IChatUserInfo in com.web_visage.ircha.services
 

Methods in com.web_visage.ircha.services with parameters of type IChatUserInfo
 void IChatIRCGateService.processDisconnectMessage(IChatDisconnectMessage aMessage, IChatUserInfo aUserInfo)
          Sends notification about iChat's user disconnection to the IRC network.