FileDocCategorySizeDatePackage
FolderAdapter.javaAPI DocGlassfish v2 API2484Mon May 14 15:28:48 BST 2007javax.mail.event

FolderAdapter

public abstract class FolderAdapter extends Object implements FolderListener
The adapter which receives Folder 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.
author
John Mani

Fields Summary
Constructors Summary
Methods Summary
public voidfolderCreated(javax.mail.event.FolderEvent e)

public voidfolderDeleted(javax.mail.event.FolderEvent e)

public voidfolderRenamed(javax.mail.event.FolderEvent e)