org.apache.james.mailboxmanager
Interface MailboxListener

All Known Implementing Classes:
MailboxEventAnalyser, MailboxEventDispatcher, MailboxListenerCollector, UidToMsnConverter

public interface MailboxListener

Listens to Mailbox events.


Nested Class Summary
static class MailboxListener.Added
           
static interface MailboxListener.Event
          A mailbox event.
static class MailboxListener.Expunged
           
static class MailboxListener.FlagsUpdated
           
static interface MailboxListener.MailboxDeletionEvent
          Indicates that mailbox has been deleted.
static interface MailboxListener.MessageEvent
          A mailbox event related to a message.
 
Method Summary
 void event(MailboxListener.Event event)
           
 

Method Detail

event

void event(MailboxListener.Event event)


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