Uses of Interface
javax.mail.event.ConnectionListener
-
Packages that use ConnectionListener Package Description javax.mail Classes modelling a mail system.javax.mail.event Event objects and listener interfaces for JavaMail. -
-
Uses of ConnectionListener in javax.mail
Methods in javax.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)Adds a listener for connection events on this service.voidFolder. removeConnectionListener(ConnectionListener l)Remove a connection event listener.voidService. removeConnectionListener(ConnectionListener l)Removes a connection event listener. -
Uses of ConnectionListener in javax.mail.event
Classes in javax.mail.event that implement ConnectionListener Modifier and Type Class Description classConnectionAdapterAn adapter for connection events.
-