|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dexterim.msn.message.MimeMessage
net.sf.dexterim.msn.message.UserTypingMessage
Constructor Summary | |
UserTypingMessage()
Creates a new instance of UserMessage |
Method Summary | |
java.lang.String |
getAccount()
Getter for property account. |
java.lang.String |
getMessageCommand()
Gets the messageCommand attribute of the UserTypingMessage object |
java.lang.String |
getNick()
Getter for property nick. |
void |
process(MsnConnection connection)
Double Dispatching Messages |
void |
processMessage(java.lang.String account,
java.lang.String nick,
java.util.List lineList)
Description of the Method |
void |
setAccount(java.lang.String account)
Setter for property account. |
void |
setNick(java.lang.String nick)
Setter for property nick. |
Methods inherited from class net.sf.dexterim.msn.message.MimeMessage |
addCharBlock, addLine, getRequiredByteInput, isCompleted, isMultipartMessage, setRequiredByteInput |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserTypingMessage()
Method Detail |
public java.lang.String getMessageCommand()
public java.lang.String getAccount()
public void setAccount(java.lang.String account)
account
- New value of property account.public java.lang.String getNick()
public void setNick(java.lang.String nick)
nick
- New value of property nick.public void processMessage(java.lang.String account, java.lang.String nick, java.util.List lineList) throws MessageFormatException
processMessage
in class MimeMessage
account
- Description of the Parameternick
- Description of the ParameterlineList
- Description of the Parameter
net.sf.dexterim.msn.engine.MessageFormatException
- Description of the Exception
MessageFormatException
public void process(MsnConnection connection)
MsnMessage
connection
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |