|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--irc.IRCObject | +--irc.Source | +--irc.dcc.DCCSource | +--irc.dcc.DCCChat
The DCCChat source.
Field Summary |
Fields inherited from class irc.Source |
_in, _server |
Fields inherited from class irc.IRCObject |
_ircConfiguration |
Constructor Summary | |
DCCChat(IRCConfiguration config,
DCCChatServer s,
java.lang.String nick)
Create a new DCCChat. |
Method Summary | |
java.lang.String |
getName()
Get this source name. |
java.lang.String |
getType()
Get this source type. |
void |
leave()
Request to leave (close) this source. |
boolean |
talkable()
Test wether this source can accept messages from user. |
Methods inherited from class irc.dcc.DCCSource |
getDCCChatServer |
Methods inherited from class irc.Source |
action, activate, addSourceListener, clear, getInterpretor, getServer, isActive, mayDefault, messageReceived, noticeReceived, release, removeSourceListener, report, sendString, setCTCPFilter, setInterpretor |
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 |
public DCCChat(IRCConfiguration config, DCCChatServer s, java.lang.String nick)
config
- global configuration.nick
- remove nick.Method Detail |
public java.lang.String getType()
Source
getType
in class Source
public java.lang.String getName()
Source
getName
in class Source
public boolean talkable()
Source
talkable
in class Source
public void leave()
Source
leave
in class Source
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |