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(java.lang.String path, long revision, int contentStatus)
           
 

Method Detail

updated

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