org.apache.james.mailboxmanager.impl
Class EventCollector

java.lang.Object
  extended by org.apache.james.mailboxmanager.impl.EventCollector
All Implemented Interfaces:
org.apache.james.mailboxmanager.MailboxListener

public class EventCollector
extends java.lang.Object
implements org.apache.james.mailboxmanager.MailboxListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.james.mailboxmanager.MailboxListener
org.apache.james.mailboxmanager.MailboxListener.Added, org.apache.james.mailboxmanager.MailboxListener.Event, org.apache.james.mailboxmanager.MailboxListener.Expunged, org.apache.james.mailboxmanager.MailboxListener.FlagsUpdated, org.apache.james.mailboxmanager.MailboxListener.MailboxDeletionEvent, org.apache.james.mailboxmanager.MailboxListener.MessageEvent
 
Field Summary
 java.util.List events
           
 
Constructor Summary
EventCollector()
           
 
Method Summary
 void event(org.apache.james.mailboxmanager.MailboxListener.Event event)
           
 void mailboxDeleted()
           
 void mailboxRenamed(java.lang.String origName, java.lang.String newName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

events

public final java.util.List events
Constructor Detail

EventCollector

public EventCollector()
Method Detail

event

public void event(org.apache.james.mailboxmanager.MailboxListener.Event event)
Specified by:
event in interface org.apache.james.mailboxmanager.MailboxListener

mailboxDeleted

public void mailboxDeleted()

mailboxRenamed

public void mailboxRenamed(java.lang.String origName,
                           java.lang.String newName)


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