Uses of Class
com.web_visage.ichatserv.fwk.IChatUser

Packages that use IChatUser
com.web_visage.ichatserv.fwk   
 

Uses of IChatUser in com.web_visage.ichatserv.fwk
 

Methods in com.web_visage.ichatserv.fwk that return IChatUser
 IChatUser IChatUser.addLine(java.lang.String aLine)
          Adds new line to the client's line list.
 IChatUser IChatUser.removeLine(java.lang.String aLine)
          Removes a line from the client's line list.
 IChatUser IChatUser.updateStatus(com.web_visage.ichat.EnumStatus aStatus)
          Updates user status.