public abstract static class MailboxListener.Event extends Object implements Serializable
| Constructor and Description |
|---|
MailboxListener.Event(MailboxSession session,
MailboxPath path) |
| Modifier and Type | Method and Description |
|---|---|
MailboxPath |
getMailboxPath()
Return the path of the Mailbox this event belongs to.
|
MailboxSession |
getSession()
Gets the
MailboxSession in which's context the MailboxListener.Event
happened |
public MailboxListener.Event(MailboxSession session, MailboxPath path)
public MailboxSession getSession()
MailboxSession in which's context the MailboxListener.Event
happenedpublic MailboxPath getMailboxPath()
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.