java.lang.Objectjava.util.EventObject
javax.mail.event.MailEvent
javax.mail.event.MessageChangedEvent
All Implemented Interfaces:
Serializable
John - Mani| Field Summary | ||
|---|---|---|
| public static final int | FLAGS_CHANGED | The message's flags changed. |
| public static final int | ENVELOPE_CHANGED | The message's envelope (headers, but not body) changed. |
| protected int | type | The event type.
|
| protected transient Message | msg | The message that changed. |
| Constructor: |
|---|
|
| Method from javax.mail.event.MessageChangedEvent Summary: |
|---|
| dispatch, getMessage, getMessageChangeType |
| Methods from javax.mail.event.MailEvent: |
|---|
| dispatch |
| Methods from java.util.EventObject: |
|---|
| getSource, toString |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from javax.mail.event.MessageChangedEvent Detail: |
|---|
|
|
|