|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.org.ownage.dmdirc.parser.IRCProcessor
uk.org.ownage.dmdirc.parser.Process001
public class Process001
Process a 001 message.
Field Summary |
---|
Fields inherited from class uk.org.ownage.dmdirc.parser.IRCProcessor |
---|
myManager, myParser |
Constructor Summary | |
---|---|
protected |
Process001(IRCParser parser,
ProcessingManager manager)
Create a new instance of the IRCProcessor Object |
Method Summary | |
---|---|
protected boolean |
callServerReady()
Callback to all objects implementing the ServerReady Callback. |
java.lang.String[] |
handles()
What does this IRCProcessor handle. |
void |
process(java.lang.String sParam,
java.lang.String[] token)
Process a 001 message. |
Methods inherited from class uk.org.ownage.dmdirc.parser.IRCProcessor |
---|
callDebugInfo, callDebugInfo, callErrorInfo, getCallbackManager, getChannelInfo, getClientInfo, getLowerName, getName, getSvnInfo, isValidChannelName, sendString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Process001(IRCParser parser, ProcessingManager manager)
parser
- IRCParser That owns this IRCProcessormanager
- ProcessingManager that is in charge of this IRCProcessorMethod Detail |
---|
public void process(java.lang.String sParam, java.lang.String[] token)
process
in class IRCProcessor
sParam
- Type of line to process ("001")token
- IRCTokenised line to processprotected boolean callServerReady()
IServerReady
public java.lang.String[] handles()
handles
in class IRCProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |