public interface

ConnectionListener

implements EventListener
com.google.code.javax.mail.event.ConnectionListener
Known Indirect Subclasses

Class Overview

This is the Listener interface for Connection events.

Summary

Public Methods
abstract void closed(ConnectionEvent e)
Invoked when a Store/GmailFolder/Transport is closed.
abstract void disconnected(ConnectionEvent e)
Invoked when a Store is disconnected.
abstract void opened(ConnectionEvent e)
Invoked when a Store/GmailFolder/Transport is opened.

Public Methods

public abstract void closed (ConnectionEvent e)

Invoked when a Store/GmailFolder/Transport is closed.

Parameters
e

public abstract void disconnected (ConnectionEvent e)

Invoked when a Store is disconnected. Note that a folder cannot be disconnected, so a folder will not fire this event

Parameters
e

public abstract void opened (ConnectionEvent e)

Invoked when a Store/GmailFolder/Transport is opened.

Parameters
e