Uses of Class
org.apache.james.mailbox.MailboxListener.Event

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

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

Subclasses of MailboxListener.Event in org.apache.james.mailbox
static class MailboxListener.Added
          A mailbox event related to added message
static class MailboxListener.Expunged
           
static class MailboxListener.FlagsUpdated
          A mailbox event related to updated flags
static class MailboxListener.MailboxDeletionEvent
          Indicates that mailbox has been deleted.
static class MailboxListener.MailboxRenamed
          Indicates that a mailbox has been renamed.
static class MailboxListener.MessageEvent
          A mailbox event related to a message.
 

Methods in org.apache.james.mailbox with parameters of type MailboxListener.Event
 void MailboxListener.event(MailboxListener.Event event)
          Informs this listener about the given event.
 

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

Methods in org.apache.james.mailbox.util with parameters of type MailboxListener.Event
 void MailboxEventDispatcher.event(MailboxListener.Event event)
           
 



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