f00f.net.irc.martyr.replies
Class GenericStringReply

java.lang.Object
  |
  +--f00f.net.irc.martyr.commands.GenericCommand
        |
        +--f00f.net.irc.martyr.errors.GenericError
              |
              +--f00f.net.irc.martyr.replies.GenericReply
                    |
                    +--f00f.net.irc.martyr.replies.GenericStringReply
All Implemented Interfaces:
Command
Direct Known Subclasses:
LUserClientReply, LUserMeReply, LUserOpReply

public abstract class GenericStringReply
extends GenericReply


Constructor Summary
GenericStringReply()
           
GenericStringReply(java.lang.String string)
           
 
Method Summary
 java.lang.String getString()
           
 
Methods inherited from class f00f.net.irc.martyr.errors.GenericError
renderCommand, renderParams
 
Methods inherited from class f00f.net.irc.martyr.commands.GenericCommand
getIntParameter, getIrcIdentifier, getParameter, getSourceString, getState, parse, render, selfRegister, setSourceString, updateClientState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericStringReply

public GenericStringReply()

GenericStringReply

public GenericStringReply(java.lang.String string)
Method Detail

getString

public java.lang.String getString()


Copyright ? 2000,2001, f00f networks. All Rights Reserved.