org.apache.james.mailboxmanager
Class MockMailboxListenerAdded

java.lang.Object
  extended by org.apache.james.mailboxmanager.MailboxListener.Added
      extended by org.apache.james.mailboxmanager.MockMailboxListenerAdded
All Implemented Interfaces:
org.apache.james.mailboxmanager.MailboxListener.Event, org.apache.james.mailboxmanager.MailboxListener.MessageEvent

public class MockMailboxListenerAdded
extends org.apache.james.mailboxmanager.MailboxListener.Added


Field Summary
 long sessionId
           
 long subjectUid
           
 
Constructor Summary
MockMailboxListenerAdded(long subjectUid, long sessionId)
           
 
Method Summary
 long getSessionId()
           
 long getSubjectUid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

subjectUid

public long subjectUid

sessionId

public long sessionId
Constructor Detail

MockMailboxListenerAdded

public MockMailboxListenerAdded(long subjectUid,
                                long sessionId)
Method Detail

getSubjectUid

public long getSubjectUid()

getSessionId

public long getSessionId()


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