- Timestamp:
- 08/01/08 10:18:16 PM (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/LogicMail/src/org/logicprobe/LogicMail/mail/AbstractMailStore.java
r253 r259 112 112 113 113 /** 114 * Requests the current message counts of a folder or 115 * group of folders. 116 * 117 * <p>Successful completion is indicated by a call to 114 * Requests the current message counts of a group of folders. 115 * 116 * <p>Successful completion is indicated by calls to 118 117 * {@link FolderListener#folderStatusChanged(FolderEvent)}. 119 118 * 120 * @param root The root node of the folder treeto refresh.121 */ 122 public abstract void requestFolderStatus(FolderTreeItem root);119 * @param folders The folder tree items to refresh. 120 */ 121 public abstract void requestFolderStatus(FolderTreeItem[] folders); 123 122 124 123 /**
