Uses of Interface
javax.mail.event.ConnectionListener

Packages that use ConnectionListener
gnu.mail.providers.imap This is a provider for the Internet Message Access Protocol, version 4rev1 (IMAP4rev1), as detailed in RFC 3501. 
javax.mail Classes modelling a mail system. 
javax.mail.event Event objects and listener interfaces for JavaMail. 
 

Uses of ConnectionListener in gnu.mail.providers.imap
 

Classes in gnu.mail.providers.imap that implement ConnectionListener
 class IMAPTest
          Simple test for IMAP.
 

Uses of ConnectionListener in javax.mail
 

Methods in javax.mail with parameters of type ConnectionListener
 void Service.addConnectionListener(ConnectionListener l)
          Adds a listener for connection events on this service.
 void Folder.addConnectionListener(ConnectionListener l)
          Add a listener for connection events on this folder.
 void Service.removeConnectionListener(ConnectionListener l)
          Removes a connection event listener.
 void Folder.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
          An adapter for connection events.
 



© Copyright 2003, 2004 The Free Software Foundation, All rights reserved