| 程序包 | 说明 |
|---|---|
| javax.mail.event |
Listeners and events for the JavaMail API.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ConnectionAdapter.closed(ConnectionEvent e) |
void |
ConnectionListener.closed(ConnectionEvent e)
Invoked when a Store/Folder/Transport is closed.
|
void |
ConnectionAdapter.disconnected(ConnectionEvent e) |
void |
ConnectionListener.disconnected(ConnectionEvent e)
Invoked when a Store is disconnected.
|
void |
ConnectionAdapter.opened(ConnectionEvent e) |
void |
ConnectionListener.opened(ConnectionEvent e)
Invoked when a Store/Folder/Transport is opened.
|
Copyright © 2021 Oracle. All rights reserved.