|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionListener | |
|---|---|
| javax.mail | Classes modelling a mail system. |
| javax.mail.event | Event objects and listener interfaces for JavaMail. |
| Uses of ConnectionListener in javax.mail |
|---|
| Methods in javax.mail with parameters of type ConnectionListener | |
|---|---|
void |
Service.addConnectionListener(ConnectionListener l)
Adds 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)
Removes a connection event listener. |
void |
Folder.removeConnectionListener(ConnectionListener l)
Remove a connection event listener. |
| Uses of ConnectionListener in javax.mail.event |
|---|
| Classes in javax.mail.event that implement ConnectionListener | |
|---|---|
class |
ConnectionAdapter
An adapter for connection events. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||