javax.mail.event
Class ConnectionAdapter

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

public abstract class ConnectionAdapter
extends Object
implements ConnectionListener

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:27 $

Constructor Summary
ConnectionAdapter()
           
 
Method Summary
 void closed(ConnectionEvent event)
           
 void disconnected(ConnectionEvent event)
           
 void opened(ConnectionEvent event)
           
 
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

closed

public void closed(ConnectionEvent event)
Specified by:
closed in interface ConnectionListener

disconnected

public void disconnected(ConnectionEvent event)
Specified by:
disconnected in interface ConnectionListener

opened

public void opened(ConnectionEvent event)
Specified by:
opened in interface ConnectionListener


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.