org.apache.james.mailbox
Class MailboxListener.Added

java.lang.Object
  extended by org.apache.james.mailbox.MailboxListener.Event
      extended by org.apache.james.mailbox.MailboxListener.MessageEvent
          extended by org.apache.james.mailbox.MailboxListener.Added
Enclosing interface:
MailboxListener

public abstract static class MailboxListener.Added
extends MailboxListener.MessageEvent

A mailbox event related to added message


Constructor Summary
MailboxListener.Added(long sessionId, MailboxPath path)
           
 
Method Summary
 
Methods inherited from class org.apache.james.mailbox.MailboxListener.MessageEvent
getSubjectUid
 
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.Added

public MailboxListener.Added(long sessionId,
                             MailboxPath path)


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