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