f00f.net.irc.martyr.replies
Class GenericReply

java.lang.Object
  extended by f00f.net.irc.martyr.commands.AbstractInCommand
      extended by f00f.net.irc.martyr.replies.GenericReply
All Implemented Interfaces:
Command, InCommand
Direct Known Subclasses:
AbstractWhoisReply, AwayReply, ChannelCreationReply, GenericStringReply, ListEndReply, ListReply, ListStartReply, ModeReply, NamesEndReply, NamesReply, NowAwayReply, TopicInfoReply, UnAwayReply

public abstract class GenericReply
extends AbstractInCommand

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


Field Summary
 
Fields inherited from class f00f.net.irc.martyr.commands.AbstractInCommand
attributes
 
Constructor Summary
GenericReply()
           
 
Method Summary
 
Methods inherited from class f00f.net.irc.martyr.commands.AbstractInCommand
getAttribute, getAttributeKeys, getIntParameter, getParameter, getSourceString, getState, parse, selfRegister, setAttribute, setSourceString, updateClientState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface f00f.net.irc.martyr.Command
getIrcIdentifier
 

Constructor Detail

GenericReply

public GenericReply()


Copyright © 2000-2007 Ben Damm, Daniel Henninger, et al.