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


public interface VcsUpdateListener

Since:
0.1
Author:
Siarhei Baidun

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

Method Detail

updated

void updated(java.lang.String path,
             long revision,
             int contentStatus)
Parameters:
path - The path.
revision - The revision number.
contentStatus - takes one of the values as defined in the
See Also:
constants.


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.