Name

javax.mail.event.ConnectionAdapter — This adapter is provided to simplify the creation of Connection Listeners.

Synopsis

public abstract class ConnectionAdapter extends java.lang.Object implements
ConnectionListener {
    // Public Constructor
            public ConnectionAdapter();
    // Public Methods
            public void opened(ConnectionEvent e);
            public void disconnected(ConnectionEvent e);
            public void closed(ConnectionEvent e);
}

Hierarchy

java.lang.Object→javax.mail.event.ConnectionAdapter

Get Programming Internet Email 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.