javax.mail.event
Interface ConnectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
ConnectionAdapter

public interface ConnectionListener
extends java.util.EventListener

Listener for handling connection events.

Version:
$Rev: 125583 $ $Date: 2005-01-19 04:44:27 +0100 (Wed, 19 Jan 2005) $

Method Summary
 void closed(ConnectionEvent event)
          Called when a connection is closed.
 void disconnected(ConnectionEvent event)
          Called when a connection is disconnected.
 void opened(ConnectionEvent event)
          Called when a connection is opened.
 

Method Detail

opened

void opened(ConnectionEvent event)
Called when a connection is opened.


disconnected

void disconnected(ConnectionEvent event)
Called when a connection is disconnected.


closed

void closed(ConnectionEvent event)
Called when a connection is closed.



Copyright © {inceptionYear}-2009 null. All Rights Reserved.