org.apache.commons.vfs2.operations.vcs
Interface VcsUpdateListener


public interface VcsUpdateListener

Since:
0.1
Author:
Commons VFS team

Method Summary
 void updated(java.lang.String path, long revision, VcsStatus contentStatus)
           
 

Method Detail

updated

void updated(java.lang.String path,
             long revision,
             VcsStatus contentStatus)
Parameters:
path - The path.
revision - The revision number.
contentStatus - The status.