Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.relayirc.chatengine

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.
Channel._ChannelEventNotifier
           
Channel._ChannelMux
           
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.
ChatEngine
          Manages a connection to an IRC server and handles incoming messages by creating channel objects, routing messages to channel objects and routing events to chat engine listeners.
ChatEngine._ChatEngineMux
           
ChatEngine._EngineEventNotifier
           
ChatEngineEvent
          Event fired by a ChatEngine.
ChatEngineListener
          Implement this interface to listen for server connection and disconnection, channel joins and parts and status messages.
ChatOptions
          User's option settings.
IChatEngine
          Interface for a chat engine.
IdentServer
          Implments a "one-shot" ident authentication server.
IRCConnection
          A socket connection to a RFC-1459 compatible IRC server.
IRCConnection._IRCConnectionMux
           
IRCConnectionAdapter
          Do-nothing implementation of IRCConnectionListener to make it easy to derive new connection listeners.
IRCConnectionListener
          Implement this interface to listen to an IRCConnection.
IRCConstants
          IRC reply and error numbers specified in RFC-1459.
Server
          Currently, a server object just holds information about an IRC server.
ServerList
          A list of IRC servers that can be constructed by reading a MIRC servers.ini file.
User
          Represent a user that has been added to the favorites collection.