|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjavax.mail.event.ConnectionAdapter
public abstract class ConnectionAdapter
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.
| 构造方法摘要 | |
|---|---|
ConnectionAdapter()
|
|
| 方法摘要 | |
|---|---|
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. |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ConnectionAdapter()
| 方法详细信息 |
|---|
public void opened(ConnectionEvent e)
ConnectionListener 复制的描述
ConnectionListener 中的 openedpublic void disconnected(ConnectionEvent e)
ConnectionListener 复制的描述
ConnectionListener 中的 disconnectedpublic void closed(ConnectionEvent e)
ConnectionListener 复制的描述
ConnectionListener 中的 closed
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||