org.apache.james.mailboxmanager
Interface MailboxListener.MessageEvent

All Superinterfaces:
MailboxListener.Event
All Known Implementing Classes:
MailboxListener.Added, MailboxListener.Expunged, MailboxListener.FlagsUpdated
Enclosing interface:
MailboxListener

public static interface MailboxListener.MessageEvent
extends MailboxListener.Event

A mailbox event related to a message.


Method Summary
 long getSubjectUid()
          Gets the message UID for the subject of this event.
 
Methods inherited from interface org.apache.james.mailboxmanager.MailboxListener.Event
getSessionId
 

Method Detail

getSubjectUid

long getSubjectUid()
Gets the message UID for the subject of this event.

Returns:
message uid


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.