Uses of Interface
jakarta.mail.event.ConnectionListener
-
Packages that use ConnectionListener Package Description jakarta.mail The Jakarta Mail API provides classes that model a mail system.jakarta.mail.event Listeners and events for the Jakarta Mail API. -
-
Uses of ConnectionListener in jakarta.mail
Methods in jakarta.mail with parameters of type ConnectionListener Modifier and Type Method Description voidFolder. addConnectionListener(ConnectionListener l)Add a listener for Connection events on this Folder.voidService. addConnectionListener(ConnectionListener l)Add a listener for Connection events on this service.voidFolder. removeConnectionListener(ConnectionListener l)Remove a Connection event listener.voidService. removeConnectionListener(ConnectionListener l)Remove a Connection event listener. -
Uses of ConnectionListener in jakarta.mail.event
Classes in jakarta.mail.event that implement ConnectionListener Modifier and Type Class Description classConnectionAdapterThe adapter which receives connection events.
-