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/IncomingMailClient.java

    r172 r259  
    8484     
    8585    /** 
    86      * Refresh the folder status across the folder tree. 
     86     * Refresh the folder status. 
    8787     * 
    88      * @param root The root of the folder tree 
     88     * @param folders The folders to refresh 
    8989     * @throw IOException on I/O errors 
    9090     * @throw MailException on protocol errors 
    9191     */ 
    92     public abstract void refreshFolderStatus(FolderTreeItem root) 
     92    public abstract void refreshFolderStatus(FolderTreeItem[] folders) 
    9393        throws IOException, MailException; 
    9494