Uses of Package
org.relayirc.chatengine

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

Classes in org.relayirc.chatengine used by org.relayirc.chatengine
Channel
          An IRC channel class that includes methods for joining, parting, kicking, banning, adding/removing channel listeners and property change support.
ChannelEvent
          Event fired by a channel.
ChannelListener
          Implement this interface to listen to channel events incuding messages, joins, parts, bans and kicks.
ChannelSearch
          Channel searcher.
ChannelSearchListener
          Inteface for listening to progress of a channel search.
IChatObject
          Interface for a chat data object, created for use by PropDlg and PropPanel.
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.
ServerEvent
          Event fired by a Server.
ServerListener
          Implement this interface to listen for server connection and disconnection, channel joins and parts and status messages.
User
           Represents the current user or a user who has been queried via WHOIS.