Name

ConnectionAdapter

Synopsis

This is a convenience class for implementing a ConnectionListener. The methods in the class are all empty.

                  Event Listeners
public abstract class ConnectionAdapter implements ConnectionListener {
// Public Constructors
   public ConnectionAdapter();  
// Methods Implementing ConnectionListener
   public void closed( javax.mail.event.ConnectionEvent e);      // empty
   public void disconnected(                                     // empty
        javax.mail.event.ConnectionEvent e);  
   public void opened( javax.mail.event.ConnectionEvent e);      // empty
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.