Uses of Interface
org.apache.james.mailbox.MailboxListener

Packages that use MailboxListener
org.apache.james.mailbox   
org.apache.james.mailbox.util   
 

Uses of MailboxListener in org.apache.james.mailbox
 

Methods in org.apache.james.mailbox with parameters of type MailboxListener
 void MailboxManager.addListener(MailboxPath mailboxPath, MailboxListener listener, MailboxSession session)
          Implementations of Mailbox may interpret the fact that someone is listening and do some caching and even postpone persistence until everyone has removed itself.
 

Uses of MailboxListener in org.apache.james.mailbox.util
 

Classes in org.apache.james.mailbox.util that implement MailboxListener
 class MailboxEventDispatcher
          Helper class to dispatch Event's to registerend MailboxListener
 

Methods in org.apache.james.mailbox.util with parameters of type MailboxListener
 void MailboxEventDispatcher.addMailboxListener(MailboxListener mailboxListener)
          Add a MailboxListener to this dispatcher
 



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