org.apache.james.mailboxmanager.impl
Class MailboxEventDispatcher
java.lang.Object
org.apache.james.mailboxmanager.impl.MailboxEventDispatcher
- All Implemented Interfaces:
- MailboxListener
public class MailboxEventDispatcher
- extends java.lang.Object
- implements MailboxListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailboxEventDispatcher
public MailboxEventDispatcher()
addMailboxListener
public void addMailboxListener(MailboxListener mailboxListener)
removeMailboxListener
public void removeMailboxListener(MailboxListener mailboxListener)
added
public void added(long uid,
long sessionId)
expunged
public void expunged(long uid,
long sessionId)
flagsUpdated
public void flagsUpdated(long uid,
long sessionId,
javax.mail.Flags original,
javax.mail.Flags updated)
event
public void event(MailboxListener.Event event)
- Specified by:
event
in interface MailboxListener
size
public int size()
mailboxDeleted
public void mailboxDeleted(long sessionId)
Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.