f00f.net.irc.martyr.replies
Class GenericReply

java.lang.Object
  |
  +--f00f.net.irc.martyr.commands.GenericCommand
        |
        +--f00f.net.irc.martyr.errors.GenericError
              |
              +--f00f.net.irc.martyr.replies.GenericReply
All Implemented Interfaces:
Command
Direct Known Subclasses:
ChannelCreationReply, GenericStringReply, ModeReply, NamesEndReply, NamesReply, TopicInfoReply

public abstract class GenericReply
extends GenericError

Defines what a reply is. A reply is really the same as an error, it just doesn't signify an error.


Constructor Summary
GenericReply()
           
 
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

GenericReply

public GenericReply()


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