org.apache.james.imapserver
Class MailboxEvent
java.lang.Object
|
+--java.util.EventObject
|
+--org.apache.james.imapserver.MailboxEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class MailboxEvent
- extends java.util.EventObject
EventObject representing a change in a Mailbox which needs to be
communicated to MailboxEventListeners.
Uses include warning of addition/ deletion of messages.
Not currently used in this implementation
- Version:
- 0.1 on 14 Dec 2000
- Author:
- Charles Benett
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
MailboxEvent(java.lang.Object source,
java.lang.String mailbox)
|
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MailboxEvent
public MailboxEvent(java.lang.Object source,
java.lang.String mailbox)
getMailbox
public java.lang.String getMailbox()
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.