| Package | Description |
|---|---|
| org.apache.james.mailbox | |
| org.apache.james.mailbox.store | |
| org.apache.james.mailbox.store.quota | |
| org.apache.james.mailbox.store.search |
| Modifier and Type | Class and Description |
|---|---|
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.MailboxACLUpdated
A mailbox event related to updated ACL
|
static class |
MailboxListener.MailboxAdded
Indicates that a mailbox has been Added.
|
static class |
MailboxListener.MailboxDeletion
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MailboxListener.event(MailboxListener.Event event)
Informs this listener about the given event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MailboxEventDispatcher.AddedImpl |
class |
MailboxEventDispatcher.ExpungedImpl |
class |
MailboxEventDispatcher.FlagsUpdatedImpl |
class |
MailboxEventDispatcher.MailboxAddedImpl |
class |
MailboxEventDispatcher.MailboxDeletionImpl |
class |
MailboxEventDispatcher.MailboxRenamedEventImpl |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDelegatingMailboxListener.event(MailboxListener.Event event)
Receive the event and dispatch it to the right
MailboxListener depending on
getMailboxPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListeningQuotaManager.event(MailboxListener.Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ListeningMessageSearchIndex.event(MailboxListener.Event event)
Process the
MailboxListener.Event and update the index if
something relevant is received |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.