⇒ Index (Frames) |  ⇒ Index (No Frames) |  ⇒ Package |  ⇒ Package Tree |  ⇒ Full Tree 
javax.mail.event

Interface ConnectionListener

All Superinterfaces:
EventListener


public interface ConnectionListener
implements EventListener

This is the Listener interface for Connection events.
Author:

Method Summary

void

closed(ConnectionEvent e)

Invoked when a Store/Folder/Transport is closed.

void

disconnected(ConnectionEvent e)

Invoked when a Store is disconnected.

void

opened(ConnectionEvent e)

Invoked when a Store/Folder/Transport is opened.

Method Details

closed

public void closed(ConnectionEvent e)

Invoked when a Store/Folder/Transport is closed.

Parameters:
e

disconnected

public 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

opened

public void opened(ConnectionEvent e)

Invoked when a Store/Folder/Transport is opened.

Parameters:
e