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


public interface VcsUpdateListener

Since:
0.1
Author:
Commons VFS team

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

Method Detail

updated

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


Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.