org.apache.james.mailboxmanager
Interface MailboxListener.Event

All Known Subinterfaces:
MailboxListener.MailboxDeletionEvent, MailboxListener.MessageEvent
All Known Implementing Classes:
MailboxListener.Added, MailboxListener.Expunged, MailboxListener.FlagsUpdated
Enclosing interface:
MailboxListener

public static interface MailboxListener.Event

A mailbox event.


Method Summary
 long getSessionId()
          Gets the id of the session which the event.
 

Method Detail

getSessionId

long getSessionId()
Gets the id of the session which the event.

Returns:
session id


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.