Uses of Class
org.relayirc.chatengine.User

Packages that use User
org.relayirc.chatengine The org.relayirc.chatengine provides higher level IRC classes such as Server, Channel and User. 
 

Uses of User in org.relayirc.chatengine
 

Methods in org.relayirc.chatengine that return User
 User ServerEvent.getUser()
          Get user associated with this message, or null if not applicable.
 

Methods in org.relayirc.chatengine with parameters of type User
 void Server.connect(User user)
          Connect to IRC server that was specified in the constructor.
 void Server.sendWhoIs(User user)
          Send WHIOS for user specified by User object, object will be updated when WHOIS information is received.
 

Constructors in org.relayirc.chatengine with parameters of type User
ServerEvent(Server src, User user)
          Event associated with a user.