irc
Class StatusInterpretor

java.lang.Object
  |
  +--irc.IRCObject
        |
        +--irc.RootInterpretor
              |
              +--irc.BasicInterpretor
                    |
                    +--irc.IRCInterpretor
                          |
                          +--irc.StatusInterpretor
All Implemented Interfaces:
Interpretor

public class StatusInterpretor
extends IRCInterpretor

Status interpretor.


Field Summary
 
Fields inherited from class irc.RootInterpretor
_next, _parser
 
Fields inherited from class irc.IRCObject
_ircConfiguration
 
Constructor Summary
StatusInterpretor(IRCConfiguration config)
          Create a new status interpretor.
 
Methods inherited from class irc.IRCInterpretor
handleCommand
 
Methods inherited from class irc.RootInterpretor
addLast, getNextInterpretor, isInside, say, sendString, setNextInterpretor, test
 
Methods inherited from class irc.IRCObject
getColor, getIRCConfiguration, getText, getText, getText, getText, getTimeStamp, release
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface irc.Interpretor
addLast, getNextInterpretor, isInside, sendString, setNextInterpretor
 

Constructor Detail

StatusInterpretor

public StatusInterpretor(IRCConfiguration config)
Create a new status interpretor.

Parameters:
config - irc configuration.