irc.dcc
Class DCCSource

java.lang.Object
  |
  +--irc.IRCObject
        |
        +--irc.Source
              |
              +--irc.dcc.DCCSource
Direct Known Subclasses:
DCCChat

public abstract class DCCSource
extends Source

The DCC Source.


Field Summary
 
Fields inherited from class irc.Source
_in, _server
 
Fields inherited from class irc.IRCObject
_ircConfiguration
 
Constructor Summary
DCCSource(IRCConfiguration config, DCCChatServer s)
          Create a new DCCSource.
 
Method Summary
 DCCChatServer getDCCChatServer()
          Get the DCCChatServer.
 
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

DCCSource

public DCCSource(IRCConfiguration config,
                 DCCChatServer s)
Create a new DCCSource.

Parameters:
config - global irc configuration.
s - dcc server.
Method Detail

getDCCChatServer

public DCCChatServer getDCCChatServer()
Get the DCCChatServer.

Returns:
the DCCChatServer associated with this source.