public final class MailboxEventDispatcher.AddedImpl extends MailboxListener.Added
| Constructor and Description |
|---|
MailboxEventDispatcher.AddedImpl(MailboxSession session,
Mailbox<Id> mailbox,
SortedMap<Long,MessageMetaData> added) |
| Modifier and Type | Method and Description |
|---|---|
Mailbox<Id> |
getMailbox() |
MessageMetaData |
getMetaData(long uid)
Return the flags which were set for the added message
|
List<Long> |
getUids()
Gets the message UIDs for the subject of this event.
|
getMailboxPath, getSessionpublic MailboxEventDispatcher.AddedImpl(MailboxSession session, Mailbox<Id> mailbox, SortedMap<Long,MessageMetaData> added)
public List<Long> getUids()
MailboxListener.MessageEventgetUids in class MailboxListener.MessageEventMailboxListener.MessageEvent.getUids()public MessageMetaData getMetaData(long uid)
MailboxListener.AddedgetMetaData in class MailboxListener.AddedMailboxListener.Added.getMetaData(long)Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.