Uses of Interface
org.relayirc.chatengine.IChatObject

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

Uses of IChatObject in org.relayirc.chatengine
 

Classes in org.relayirc.chatengine that implement IChatObject
 class Channel
          An IRC channel class that includes methods for joining, parting, kicking, banning, adding/removing channel listeners and property change support.
 class Server
          Manages a connection to an IRC server and handles incoming messages by creating channel objects, routing messages to channel objects and routing events to server listeners.
 class User
           Represents the current user or a user who has been queried via WHOIS.