| Package | Description |
|---|---|
| javax.mail |
The JavaMailTM API
provides classes that model a mail system.
|
| javax.mail.event |
Listeners and events for the JavaMail API.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
Folder.addConnectionListener(ConnectionListener l) |
Add a listener for Connection events on this Folder.
|
void |
Service.addConnectionListener(ConnectionListener l) |
Add a listener for Connection events on this service.
|
void |
Folder.removeConnectionListener(ConnectionListener l) |
Remove a Connection event listener.
|
void |
Service.removeConnectionListener(ConnectionListener l) |
Remove a Connection event listener.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ConnectionAdapter |
The adapter which receives connection events.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms< /a>.