Java EE 5 SDK

javax.mail.event
Class ConnectionAdapter

java.lang.Object
  extended by javax.mail.event.ConnectionAdapter
All Implemented Interfaces:
EventListener, ConnectionListener

public abstract class ConnectionAdapter
extends Object
implements ConnectionListener

The adapter which receives connection events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.

Author:
John Mani

Constructor Summary
ConnectionAdapter()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionAdapter

public ConnectionAdapter()
Method Detail

opened

public void opened(ConnectionEvent e)
Description copied from interface: ConnectionListener
Invoked when a Store/Folder/Transport is opened.

Specified by:
opened in interface ConnectionListener

disconnected

public void disconnected(ConnectionEvent e)
Description copied from interface: ConnectionListener
Invoked when a Store is disconnected. Note that a folder cannot be disconnected, so a folder will not fire this event

Specified by:
disconnected in interface ConnectionListener

closed

public void closed(ConnectionEvent e)
Description copied from interface: ConnectionListener
Invoked when a Store/Folder/Transport is closed.

Specified by:
closed in interface ConnectionListener

Java EE 5 SDK

Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.

Scripting on this page tracks web page traffic, but does not change the content in any way.