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 and Description |
---|---|
void |
Service.addConnectionListener(ConnectionListener l)
Add a listener for Connection events on this service.
|
void |
Folder.addConnectionListener(ConnectionListener l)
Add a listener for Connection events on this Folder.
|
void |
Service.removeConnectionListener(ConnectionListener l)
Remove a Connection event listener.
|
void |
Folder.removeConnectionListener(ConnectionListener l)
Remove a Connection event listener.
|
Modifier and Type | Class and 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.