java.lang.Object
java.util.EventObject
jakarta.mail.event.MailEvent
jakarta.mail.event.MessageChangedEvent
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The message's envelope (headers, but not body) changed.static final int
The message's flags changed.protected Message
The message that changed.protected int
The event type.Fields inherited from class java.util.EventObject
source
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Invokes the appropriate MessageChangedListener method.Return the changed Message.int
Return the type of this event.Methods inherited from class java.util.EventObject
getSource, toString