Uses of Class
javax.mail.event.MailEvent
-
Packages that use MailEvent Package Description com.sun.mail.imap An IMAP protocol provider for the JavaMail API that provides access to an IMAP message store.javax.mail The JavaMail™ API provides classes that model a mail system.javax.mail.event Listeners and events for the JavaMail API. -
-
Uses of MailEvent in com.sun.mail.imap
Methods in com.sun.mail.imap that return types with arguments of type MailEvent Modifier and Type Method Description java.util.List<MailEvent>IMAPFolder. open(int mode, com.sun.mail.imap.ResyncData rd)Open this folder in the given mode, with the given resynchronization data. -
Uses of MailEvent in javax.mail
Methods in javax.mail with parameters of type MailEvent Modifier and Type Method Description protected voidService. queueEvent(MailEvent event, java.util.Vector<? extends java.util.EventListener> vector)Add the event and vector of listeners to the queue to be delivered. -
Uses of MailEvent in javax.mail.event
Subclasses of MailEvent in javax.mail.event Modifier and Type Class Description classConnectionEventThis class models Connection events.classFolderEventThis class models Folder existence events.classMessageChangedEventThis class models Message change events.classMessageCountEventThis class notifies changes in the number of messages in a folder.classStoreEventThis class models notifications from the Store connection.classTransportEventThis class models Transport events.
-