net.sf.dexterim.msn.message
Class HotmailNotificationMessage

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

public class HotmailNotificationMessage
extends MimeMessage

Author:
Christoph Walcher

Constructor Summary
HotmailNotificationMessage()
           
 
Method Summary
 int getFoldersUnread()
          Getter for property foldersUnread.
 int getInboxUnread()
          Getter for property inboxUnread.
 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
 
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

HotmailNotificationMessage

public HotmailNotificationMessage()
Method Detail

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

getInboxUnread

public int getInboxUnread()
Getter for property inboxUnread.

Returns:
Value of property inboxUnread.

getFoldersUnread

public int getFoldersUnread()
Getter for property foldersUnread.

Returns:
Value of property foldersUnread.

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.