javax.mail.event
Class ConnectionAdapter
java.lang.Object
javax.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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionAdapter
public ConnectionAdapter()
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.