| java.lang.Object | |
| ↳ | com.google.code.javax.mail.event.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.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Invoked when a Store/GmailFolder/Transport is closed.
| |||||||||||
Invoked when a Store is disconnected.
| |||||||||||
Invoked when a Store/GmailFolder/Transport is opened.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.javax.mail.event.ConnectionListener
| |||||||||||
Invoked when a Store/GmailFolder/Transport is closed.
| e |
|---|
Invoked when a Store is disconnected. Note that a folder cannot be disconnected, so a folder will not fire this event
| e |
|---|
Invoked when a Store/GmailFolder/Transport is opened.
| e |
|---|