| java.lang.Object | |
| ↳ | com.google.code.javax.mail.event.FolderAdapter |
The adapter which receives GmailFolder 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 GmailFolder is created.
| |||||||||||
Invoked when a folder is deleted.
| |||||||||||
Invoked when a folder is renamed.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.javax.mail.event.FolderListener
| |||||||||||