irc
Class NullInterpretor

java.lang.Object
  |
  +--irc.IRCObject
        |
        +--irc.RootInterpretor
              |
              +--irc.NullInterpretor
All Implemented Interfaces:
Interpretor

public class NullInterpretor
extends RootInterpretor

Null interpretor. This interpretor does nothing more than the root interpretor.


Field Summary
 
Fields inherited from class irc.RootInterpretor
_next, _parser
 
Fields inherited from class irc.IRCObject
_ircConfiguration
 
Constructor Summary
NullInterpretor(IRCConfiguration config)
          Create a new NullInterpretor.
 
Methods inherited from class irc.RootInterpretor
addLast, getNextInterpretor, handleCommand, 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
 

Constructor Detail

NullInterpretor

public NullInterpretor(IRCConfiguration config)
Create a new NullInterpretor.

Parameters:
config - global irc configuration.