org.apache.james.mailbox
Class MailboxListener.MessageEvent

java.lang.Object
  extended by org.apache.james.mailbox.MailboxListener.Event
      extended by org.apache.james.mailbox.MailboxListener.MessageEvent
Direct Known Subclasses:
MailboxListener.Added, MailboxListener.Expunged, MailboxListener.FlagsUpdated
Enclosing interface:
MailboxListener

public abstract static class MailboxListener.MessageEvent
extends MailboxListener.Event

A mailbox event related to a message.


Constructor Summary
MailboxListener.MessageEvent(long sessionId, MailboxPath path)
           
 
Method Summary
abstract  long getSubjectUid()
          Gets the message UID for the subject of this event.
 
Methods inherited from class org.apache.james.mailbox.MailboxListener.Event
getMailboxPath, getSessionId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailboxListener.MessageEvent

public MailboxListener.MessageEvent(long sessionId,
                                    MailboxPath path)
Method Detail

getSubjectUid

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

Returns:
message uid


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