com.hs.mail.imap.event
Interface EventListener.Event

All Known Implementing Classes:
FlagUpdatedEvent, MailboxDeletedEvent, MailboxEvent, MessageAddedEvent, MessageEvent, MessageExpungedEvent
Enclosing interface:
EventListener

public static interface EventListener.Event


Field Summary
static long ANONYMOUS_SESSION_ID
           
 
Method Summary
 long getMailboxID()
          Returns the ID of the mailbox where this event was triggered.
 long getSessionID()
          Returns the ID of session who triggered this event.
 

Field Detail

ANONYMOUS_SESSION_ID

static final long ANONYMOUS_SESSION_ID
See Also:
Constant Field Values
Method Detail

getSessionID

long getSessionID()
Returns the ID of session who triggered this event.

Returns:
ID of the session

getMailboxID

long getMailboxID()
Returns the ID of the mailbox where this event was triggered.

Returns:
ID of the mailbox


Copyright © 2011. All Rights Reserved.