Uses of Interface
javax.mail.event.ConnectionListener

Packages that use ConnectionListener
javax.mail   
javax.mail.event   
 

Uses of ConnectionListener in javax.mail
 

Methods in javax.mail with parameters of type ConnectionListener
 void Folder.addConnectionListener(ConnectionListener l)
          Add a listener for Connection events on this Folder.
 void Folder.removeConnectionListener(ConnectionListener l)
          Remove a Connection event listener.
 void Service.addConnectionListener(ConnectionListener l)
          Add a listener for Connection events on this service.
 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
 class ConnectionAdapter
          The adapter which receives connection events.