wtanaka.praya.irc
Class IRCMessage

java.lang.Object
  |
  +--wtanaka.praya.obj.Obj
        |
        +--wtanaka.praya.obj.Message
              |
              +--wtanaka.praya.irc.IRCMessage
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IRCChannelMessage, IRCErrorMessage, IRCInfoMessage, IRCJoinMessage, IRCModeMessage, IRCNickChangeMessage, IRCNoticeMessage, IRCPartMessage, IRCPrivMessage, IRCQuitMessage, IRCReplyMessage, IRCSelfChannelMessage, IRCSelfPrivMessage, IRCTopicMessage

public abstract class IRCMessage
extends Message

See Also:
Serialized Form

Fields inherited from class wtanaka.praya.obj.Message
generatedBy, score
 
Fields inherited from class wtanaka.praya.obj.Obj
CONTENTS, date, DATE, FROM, privThread, REVCONTENTS, REVDATE, REVFROM, REVSCORE, REVSUBJECT, SCORE, secretObject, SUBJECT
 
Constructor Summary
IRCMessage(Protocol generatedBy)
           
 
Methods inherited from class wtanaka.praya.obj.Message
changeScore, convertStringToHtml, getScore, getSourceProtocol, isSelfMessage, isStateChangeMessage, lessThan, renderAsHTML, renderAsHTML, renderAsString, replyRecipient, setZombie, toString
 
Methods inherited from class wtanaka.praya.obj.Obj
getContents, getFrom, getSubject, getTimeStamp, isPrivileged, setPrivilegedThread, setSecretObject, setTimeStamp
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

IRCMessage

public IRCMessage(Protocol generatedBy)