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 Service.addConnectionListener(ConnectionListener listener)
           
 void Folder.addConnectionListener(ConnectionListener listener)
           
 void Service.removeConnectionListener(ConnectionListener listener)
           
 void Folder.removeConnectionListener(ConnectionListener listener)
           
 

Uses of ConnectionListener in javax.mail.event
 

Classes in javax.mail.event that implement ConnectionListener
 class ConnectionAdapter
          An adaptor that receives connection events.
 



Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.