irc
Class IRCSource

java.lang.Object
  |
  +--irc.IRCObject
        |
        +--irc.Source
              |
              +--irc.IRCSource
Direct Known Subclasses:
ChanList, Channel, Query, Status

public abstract class IRCSource
extends Source

An IRC source.


Field Summary
 
Fields inherited from class irc.Source
_in, _server
 
Fields inherited from class irc.IRCObject
_ircConfiguration
 
Constructor Summary
IRCSource(IRCConfiguration config, IRCServer s)
          Create a new IRCSource.
 
Method Summary
 IRCServer getIRCServer()
          Get the IRCServer.
 
Methods inherited from class irc.Source
action, activate, addSourceListener, clear, getInterpretor, getName, getServer, getType, isActive, leave, mayDefault, messageReceived, noticeReceived, release, removeSourceListener, report, sendString, setCTCPFilter, setInterpretor, talkable
 
Methods inherited from class irc.IRCObject
getColor, getIRCConfiguration, getText, getText, getText, getText, getTimeStamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IRCSource

public IRCSource(IRCConfiguration config,
                 IRCServer s)
Create a new IRCSource.

Parameters:
config - the global configuration.
s - the source IRCServer.
Method Detail

getIRCServer

public IRCServer getIRCServer()
Get the IRCServer.

Returns:
the IRCServer this source is bound to.