Uses of Class
javax.mail.event.ConnectionEvent

Packages that use ConnectionEvent
javax.mail.event Listeners and events for the JavaMail API. 
 

Uses of ConnectionEvent in javax.mail.event
 

Methods in javax.mail.event with parameters of type ConnectionEvent
 void ConnectionAdapter.closed(ConnectionEvent e)
           
 void ConnectionListener.closed(ConnectionEvent e)
          Invoked when a Store/Folder/Transport is closed.
 void ConnectionAdapter.disconnected(ConnectionEvent e)
           
 void ConnectionListener.disconnected(ConnectionEvent e)
          Invoked when a Store is disconnected.
 void ConnectionAdapter.opened(ConnectionEvent e)
           
 void ConnectionListener.opened(ConnectionEvent e)
          Invoked when a Store/Folder/Transport is opened.