net.sf.dexterim.msn.message
Class UserTypingMessage

java.lang.Object
  extended bynet.sf.dexterim.msn.message.MimeMessage
      extended bynet.sf.dexterim.msn.message.UserTypingMessage
All Implemented Interfaces:
MsnMessage

public class UserTypingMessage
extends MimeMessage

Author:
christoph

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

UserTypingMessage

public UserTypingMessage()
Creates a new instance of UserMessage

Method Detail

getMessageCommand

public java.lang.String getMessageCommand()
Gets the messageCommand attribute of the UserTypingMessage object

Returns:
The messageCommand value

getAccount

public java.lang.String getAccount()
Getter for property account.

Returns:
Value of property account.

setAccount

public void setAccount(java.lang.String account)
Setter for property account.

Parameters:
account - New value of property account.

getNick

public java.lang.String getNick()
Getter for property nick.

Returns:
Value of property nick.

setNick

public void setNick(java.lang.String nick)
Setter for property nick.

Parameters:
nick - New value of property nick.

processMessage

public void processMessage(java.lang.String account,
                           java.lang.String nick,
                           java.util.List lineList)
                    throws MessageFormatException
Description of the Method

Specified by:
processMessage in class MimeMessage
Parameters:
account - Description of the Parameter
nick - Description of the Parameter
lineList - Description of the Parameter
Throws:
net.sf.dexterim.msn.engine.MessageFormatException - Description of the Exception
MessageFormatException

process

public void process(MsnConnection connection)
Description copied from interface: MsnMessage
Double Dispatching Messages

Parameters:
connection -


Copyright © 2003-2004 Dexter IM Team. All Rights Reserved.