uk.org.ownage.dmdirc.parser
Class ProcessNoticeAuth
java.lang.Object
uk.org.ownage.dmdirc.parser.IRCProcessor
uk.org.ownage.dmdirc.parser.ProcessNoticeAuth
public class ProcessNoticeAuth
- extends IRCProcessor
Process a NoticeAuth message.
Method Summary |
protected boolean |
callNoticeAuth(java.lang.String data)
Callback to all objects implementing the NoticeAuth Callback. |
java.lang.String[] |
handles()
What does this IRCProcessor handle. |
void |
process(java.lang.String sParam,
java.lang.String[] token)
Process a NoticeAuth 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 |
ProcessNoticeAuth
protected ProcessNoticeAuth(IRCParser parser,
ProcessingManager manager)
- Create a new instance of the IRCProcessor Object
- Parameters:
parser
- IRCParser That owns this IRCProcessormanager
- ProcessingManager that is in charge of this IRCProcessor
process
public void process(java.lang.String sParam,
java.lang.String[] token)
- Process a NoticeAuth message.
- Specified by:
process
in class IRCProcessor
- Parameters:
sParam
- Type of line to process ("Notice Auth")token
- IRCTokenised line to process
callNoticeAuth
protected boolean callNoticeAuth(java.lang.String data)
- Callback to all objects implementing the NoticeAuth Callback.
- Parameters:
data
- Incomming Line.- See Also:
INoticeAuth
handles
public java.lang.String[] handles()
- What does this IRCProcessor handle.
- Specified by:
handles
in class IRCProcessor
- Returns:
- String[] with the names of the tokens we handle.