Uses of Class
jakarta.mail.event.MailEvent
Packages that use MailEvent
Package
Description
The Jakarta Mail API
provides classes that model a mail system.
Listeners and events for the Jakarta Mail API.
-
Uses of MailEvent in jakarta.mail
Subclasses of MailEvent in jakarta.mailModifier and TypeClassDescription(package private) static classA special event that causes the queue processing task to terminate.Fields in jakarta.mail declared as MailEventMethods in jakarta.mail with parameters of type MailEventModifier and TypeMethodDescription(package private) voidEventQueue.enqueue(MailEvent event, Vector<? extends EventListener> vector) Enqueue an event.private voidFolder.queueEvent(MailEvent event, Vector<? extends EventListener> vector) protected voidService.queueEvent(MailEvent event, Vector<? extends EventListener> vector) Add the event and vector of listeners to the queue to be delivered.Constructors in jakarta.mail with parameters of type MailEventModifierConstructorDescription(package private)QueueElement(MailEvent event, Vector<? extends EventListener> vector) -
Uses of MailEvent in jakarta.mail.event
Subclasses of MailEvent in jakarta.mail.eventModifier and TypeClassDescriptionclassThis class models Connection events.classThis class models Folder existence events.classThis class models Message change events.classThis class notifies changes in the number of messages in a folder.classThis class models notifications from the Store connection.classThis class models Transport events.