wtanaka.praya.yahoo
Class LoggedOnElsewhereMessage

java.lang.Object
  |
  +--wtanaka.praya.obj.Obj
        |
        +--wtanaka.praya.obj.Message
              |
              +--wtanaka.praya.yahoo.LoggedOnElsewhereMessage
All Implemented Interfaces:
java.io.Serializable

public class LoggedOnElsewhereMessage
extends Message
implements java.io.Serializable

The message that gets sent when your account has logged in from somewhere else.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/08 12:05:05 $
Author:
$Author: wtanaka $
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
LoggedOnElsewhereMessage(Protocol parent)
           
 
Method Summary
 java.lang.String getContents()
           
 java.lang.String getFrom()
           
 
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
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

LoggedOnElsewhereMessage

public LoggedOnElsewhereMessage(Protocol parent)
Method Detail

getFrom

public java.lang.String getFrom()
Overrides:
getFrom in class Obj

getContents

public java.lang.String getContents()
Overrides:
getContents in class Obj