Show
Ignore:
Timestamp:
08/01/08 10:18:16 PM (5 months ago)
Author:
octorian
Message:

Mailbox node serialization

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/LogicMail/src/org/logicprobe/LogicMail/mail/AbstractMailStore.java

    r253 r259  
    112112     
    113113    /** 
    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 
    118117     * {@link FolderListener#folderStatusChanged(FolderEvent)}. 
    119118     *  
    120      * @param root The root node of the folder tree to 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); 
    123122     
    124123    /**