|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--wtanaka.praya.obj.Obj
|
+--wtanaka.praya.obj.Message
|
+--wtanaka.praya.yahoo.YahooLoginMessage
Represents a user logging in.
Return to
or the Praya Homepage
| Field Summary | |
(package private) java.lang.String |
who
|
| 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 | |
YahooLoginMessage(Protocol parent,
java.lang.String bobuser)
Constructs a login message proclaiming that bobuser has logged in. |
|
| Method Summary | |
java.lang.String |
getFrom()
|
java.lang.String |
getSubject()
|
Recipient |
replyRecipient()
Gets the recipient to whom replies to this message will be sent, if applicable. |
| Methods inherited from class wtanaka.praya.obj.Message |
changeScore, convertStringToHtml, getScore, getSourceProtocol, isSelfMessage, isStateChangeMessage, lessThan, renderAsHTML, renderAsHTML, renderAsString, setZombie, toString |
| Methods inherited from class wtanaka.praya.obj.Obj |
getContents, getTimeStamp, isPrivileged, setPrivilegedThread, setSecretObject, setTimeStamp |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
java.lang.String who
| Constructor Detail |
public YahooLoginMessage(Protocol parent,
java.lang.String bobuser)
bobuser - the person who logged in.| Method Detail |
public Recipient replyRecipient()
MessagereplyRecipient in class Messagewtanaka.praya.obj.Messagepublic java.lang.String getSubject()
getSubject in class Objpublic java.lang.String getFrom()
getFrom in class Obj
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||