java.lang.Object
java.util.EventObject
jakarta.mail.event.MailEvent
jakarta.mail.event.MessageCountEvent
org.eclipse.angus.mail.imap.MessageVanishedEvent
- All Implemented Interfaces:
Serializable
This class provides notification of messages that have been removed
since the folder was last synchronized.
- Since:
- JavaMail 1.5.1
- See Also:
-
Field Summary
Fields inherited from class jakarta.mail.event.MessageCountEvent
ADDED, msgs, removed, REMOVED, type
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class jakarta.mail.event.MessageCountEvent
dispatch, getMessages, getType, isRemoved
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
MessageVanishedEvent
Constructor.- Parameters:
folder
- the containing folderuids
- the UIDs for the vanished messages
-
-
Method Details
-
getUIDs
public long[] getUIDs()Return the UIDs for this event.- Returns:
- the UIDs
-