org.apache.james.mailbox
Class MailboxListener.MailboxDeletionEvent

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

public static class MailboxListener.MailboxDeletionEvent
extends MailboxListener.Event

Indicates that mailbox has been deleted.


Constructor Summary
MailboxListener.MailboxDeletionEvent(long sessionId, MailboxPath path)
           
 
Method Summary
 
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.MailboxDeletionEvent

public MailboxListener.MailboxDeletionEvent(long sessionId,
                                            MailboxPath path)


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