java.lang.Object
javax.mail.event.ConnectionAdapter
- All Implemented Interfaces:
- ConnectionListener, java.util.EventListener
- public abstract class ConnectionAdapter
- extends java.lang.Object
- implements ConnectionListener
An adaptor that receives connection events.
This is a default implementation where the handlers perform no action.
- Version:
- $Rev: 125583 $ $Date: 2005-01-18 19:44:27 -0800 (Tue, 18 Jan 2005) $
| 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)
- Description copied from interface:
ConnectionListener
- Called when a connection is closed.
- Specified by:
closed in interface ConnectionListener
disconnected
public void disconnected(ConnectionEvent event)
- Description copied from interface:
ConnectionListener
- Called when a connection is disconnected.
- Specified by:
disconnected in interface ConnectionListener
opened
public void opened(ConnectionEvent event)
- Description copied from interface:
ConnectionListener
- Called when a connection is opened.
- Specified by:
opened in interface ConnectionListener