|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mailbox.MailboxListener.Event
org.apache.james.mailbox.MailboxListener.MessageEvent
org.apache.james.mailbox.MailboxListener.FlagsUpdated
public abstract static class MailboxListener.FlagsUpdated
A mailbox event related to updated flags
| Constructor Summary | |
|---|---|
MailboxListener.FlagsUpdated(long sessionId,
MailboxPath path)
|
|
| Method Summary | |
|---|---|
abstract java.util.Iterator<javax.mail.Flags.Flag> |
flagsIterator()
Gets an iterator for the system flags changed. |
abstract javax.mail.Flags |
getNewFlags()
Gets new flags for this message. |
| Methods inherited from class org.apache.james.mailbox.MailboxListener.MessageEvent |
|---|
getSubjectUid |
| Methods inherited from class org.apache.james.mailbox.MailboxListener.Event |
|---|
getMailboxPath, getSessionId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailboxListener.FlagsUpdated(long sessionId,
MailboxPath path)
| Method Detail |
|---|
public abstract javax.mail.Flags getNewFlags()
public abstract java.util.Iterator<javax.mail.Flags.Flag> flagsIterator()
Flags.Flag Iterator, not null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||