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


public interface VcsUpdateListener

todo: add class description here

Since:
0.1
Author:
Siarhei Baidun

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

Method Detail

updated

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


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