|
|||||||||
| Home >> All >> javax >> mail >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.mail.event
Interface ConnectionListener

- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- ConnectionAdapter, ConnectionEventTest.ConnectionListenerTest
- public interface ConnectionListener
- extends java.util.EventListener
Listener for handling connection events.
- Version:
- $Rev: 125583 $ $Date: 2005-01-18 19:44:27 -0800 (Tue, 18 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
public void opened(ConnectionEvent event)
- Called when a connection is opened.
disconnected
public void disconnected(ConnectionEvent event)
- Called when a connection is disconnected.
closed
public void closed(ConnectionEvent event)
- Called when a connection is closed.
|
|||||||||
| Home >> All >> javax >> mail >> [ event overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC