Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.mail.providers.imap.IMAPTest
public class IMAPTest
extends java.lang.Object
implements ConnectionListener, StoreListener, FolderListener
Method Summary | |
void | |
void | |
void |
|
void |
|
void |
|
static void |
|
void |
|
void |
public void disconnected(ConnectionEvent e)
- Specified by:
- disconnected in interface ConnectionListener
public void folderCreated(FolderEvent e)
Invoked when a Folder is created.
- Specified by:
- folderCreated in interface FolderListener
public void folderDeleted(FolderEvent e)
Invoked when a folder is deleted.
- Specified by:
- folderDeleted in interface FolderListener
public void folderRenamed(FolderEvent e)
Invoked when a folder is renamed.
- Specified by:
- folderRenamed in interface FolderListener
public static void main(String[] args)
public void notification(StoreEvent e)
Invoked when the Store generates a notification event.
- Specified by:
- notification in interface StoreListener