com.hs.mail.imap.event
Class FlagUpdatedEvent

java.lang.Object
  extended by com.hs.mail.imap.event.MessageEvent
      extended by com.hs.mail.imap.event.FlagUpdatedEvent
All Implemented Interfaces:
EventListener.Event

public class FlagUpdatedEvent
extends MessageEvent

Since:
Aug 2, 2010
Author:
Won Chul Doh

Field Summary
 
Fields inherited from interface com.hs.mail.imap.event.EventListener.Event
ANONYMOUS_SESSION_ID
 
Constructor Summary
FlagUpdatedEvent(long sessionID, long mailboxID, List<Long> flagUpdatedUids)
           
 
Method Summary
 List<Long> getFlagUpdatedUids()
           
 
Methods inherited from class com.hs.mail.imap.event.MessageEvent
getMailboxID, getSessionID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlagUpdatedEvent

public FlagUpdatedEvent(long sessionID,
                        long mailboxID,
                        List<Long> flagUpdatedUids)
Method Detail

getFlagUpdatedUids

public List<Long> getFlagUpdatedUids()


Copyright © 2011. All Rights Reserved.